Html Css Color HEX #A4030C Sangria

📋 copy color: '#A4030C'

red 164 ◦ green 3 ◦ blue 12

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

Shades of Sangria #A4030C

Tints of Sangria #A4030C

RGB

 RED value IS 164 (64.45% from 255) = 91.62%

 GREEN value IS 3 (1.56% from 255) = 1.68%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 91.62%
G = 1.68%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4030C (or 0xA4030C) is known color: Sangria. HEX triplet: A4, 03 and 0C. RGB value is (164,3,12). Sum of RGB (Red+Green+Blue) = 164+3+12=179 (23% of max value = 765). Red value is 164 (64.45% from 255 or 91.62% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 164 - color contains mainly: red. Hex color #A4030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4030C is #5BFCF3. Grayscale: #343434. Windows color (decimal): -6028532 or 787364. OLE color: 787364.

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

Color convert

RGB 164 3 12 -
CMYK 0 0.98 0.93 0.36
HSL 356.65º 0.96% 0.33% -
HSV(B) 356.65º 0.98% 0.64% -
XYZ 15.41 7.98 1.08 -
YUV 52.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 164 3 12 0 0.98 0.93 0.36 356.65 0.96 0.33
Hex A4 3 C 0 62 5D 24 165 60 21
Octal 244 3 14 0 142 135 44 545 140 41
Binary 10100100 11 1100 0 1100010 1011101 100100 101100101 1100000 100001

Color Harmonies of #A4030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4030C

Black with #A4030C

Text Example


Text Example

White with #A4030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4030C; }

 p { color: rgb(164,3,12); }

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

background-color css

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

 a { background-color: rgb(164,3,12); }

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

border-color css

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

 span { border-color: rgb(164,3,12); }

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