Html Css Color HEX #A30004 Sangria

📋 copy color: '#A30004'

red 163 ◦ green 0 ◦ blue 4

#A30004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #A30004

Tints of Sangria #A30004

RGB

 RED value IS 163 (64.06% from 255) = 97.6%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 97.6%
G = 0%
B = 2.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A30004 (or 0xA30004) is known color: Sangria. HEX triplet: A3, 00 and 04. RGB value is (163,0,4). Sum of RGB (Red+Green+Blue) = 163+0+4=167 (22% of max value = 765). Red value is 163 (64.06% from 255 or 97.60% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 163 - color contains mainly: red. Hex color #A30004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30004 is #5CFFFB. Grayscale: #313131. Windows color (decimal): -6094844 or 262307. OLE color: 262307.

HSL color Cylindrical-coordinate representation of color #A30004: hue angle of 358.53º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 4 -
CMYK 0 1 0.98 0.36
HSL 358.53º 1% 0.32% -
HSV(B) 358.53º 1% 0.64% -
XYZ 15.13 7.8 0.82 -
YUV 49.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 163 0 4 0 1 0.98 0.36 358.53 1 0.32
Hex A3 0 4 0 64 62 24 167 64 20
Octal 243 0 4 0 144 142 44 547 144 40
Binary 10100011 0 100 0 1100100 1100010 100100 101100111 1100100 100000

Color Harmonies of #A30004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30004

Black with #A30004

Text Example


Text Example

White with #A30004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30004; }

 p { color: rgb(163,0,4); }

 H1.HeaderClassName
 {
   color: #A30004;
 }
 .AnyTagClassName
 {
   color: #A30004;
 }
</style>

background-color css

<style>
 a { background-color: #A30004; }

 a { background-color: rgb(163,0,4); }

 div.DivClassName
 {
   background-color: #A30004;
 }
 .BgClassName
 {
   background-color: #A30004;
 }
</style>

border-color css

<style>
 span { border-color: #A30004; }

 span { border-color: rgb(163,0,4); }

 td.TdClassName
 {
   border-color: #A30004;
 }
 .TagClassName
 {
   border-color: #A30004;
 }
</style>