Html Css Color HEX #A4030E Sangria

📋 copy color: '#A4030E'

red 164 ◦ green 3 ◦ blue 14

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

Shades of Sangria #A4030E

Tints of Sangria #A4030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 90.61%
G = 1.66%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4030E (or 0xA4030E) is known color: Sangria. HEX triplet: A4, 03 and 0E. RGB value is (164,3,14). Sum of RGB (Red+Green+Blue) = 164+3+14=181 (23% of max value = 765). Red value is 164 (64.45% from 255 or 90.61% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 164 - color contains mainly: red. Hex color #A4030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4030E is #5BFCF1. Grayscale: #343434. Windows color (decimal): -6028530 or 918436. OLE color: 918436.

HSL color Cylindrical-coordinate representation of color #A4030E: hue angle of 355.9º 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 #A4030E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 14 -
CMYK 0 0.98 0.91 0.36
HSL 355.9º 0.96% 0.33% -
HSV(B) 355.9º 0.98% 0.64% -
XYZ 15.42 7.99 1.14 -
YUV 52.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 164 3 14 0 0.98 0.91 0.36 355.9 0.96 0.33
Hex A4 3 E 0 62 5B 24 164 60 21
Octal 244 3 16 0 142 133 44 544 140 41
Binary 10100100 11 1110 0 1100010 1011011 100100 101100100 1100000 100001

Color Harmonies of #A4030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4030E

Black with #A4030E

Text Example


Text Example

White with #A4030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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