Html Css Color HEX #AB0204 Sangria

📋 copy color: '#AB0204'

red 171 ◦ green 2 ◦ blue 4

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

Shades of Sangria #AB0204

Tints of Sangria #AB0204

RGB

 RED value IS 171 (67.19% from 255) = 96.61%

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 96.61%
G = 1.13%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB0204 (or 0xAB0204) is known color: Sangria. HEX triplet: AB, 02 and 04. RGB value is (171,2,4). Sum of RGB (Red+Green+Blue) = 171+2+4=177 (23% of max value = 765). Red value is 171 (67.19% from 255 or 96.61% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0204 is #54FDFB. Grayscale: #343434. Windows color (decimal): -5570044 or 262827. OLE color: 262827.

HSL color Cylindrical-coordinate representation of color #AB0204: hue angle of 359.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 4 -
CMYK 0 0.99 0.98 0.33
HSL 359.29º 0.98% 0.34% -
HSV(B) 359.29º 0.99% 0.67% -
XYZ 16.84 8.71 0.91 -
YUV 52.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 171 2 4 0 0.99 0.98 0.33 359.29 0.98 0.34
Hex AB 2 4 0 63 62 21 167 62 22
Octal 253 2 4 0 143 142 41 547 142 42
Binary 10101011 10 100 0 1100011 1100010 100001 101100111 1100010 100010

Color Harmonies of #AB0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0204

Black with #AB0204

Text Example


Text Example

White with #AB0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0204; }

 p { color: rgb(171,2,4); }

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

background-color css

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

 a { background-color: rgb(171,2,4); }

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

border-color css

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

 span { border-color: rgb(171,2,4); }

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