Html Css Color HEX #AB0203 Sangria

📋 copy color: '#AB0203'

red 171 ◦ green 2 ◦ blue 3

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

Shades of Sangria #AB0203

Tints of Sangria #AB0203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 97.16%
G = 1.14%
B = 1.7%

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

#AB0203 (or 0xAB0203) is known color: Sangria. HEX triplet: AB, 02 and 03. RGB value is (171,2,3). Sum of RGB (Red+Green+Blue) = 171+2+3=176 (23% of max value = 765). Red value is 171 (67.19% from 255 or 97.16% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0203 is #54FDFC. Grayscale: #343434. Windows color (decimal): -5570045 or 197291. OLE color: 197291.

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

Color convert

RGB 171 2 3 -
CMYK 0 0.99 0.98 0.33
HSL 359.65º 0.98% 0.34% -
HSV(B) 359.65º 0.99% 0.67% -
XYZ 16.83 8.71 0.88 -
YUV 52.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 171 2 3 0 0.99 0.98 0.33 359.65 0.98 0.34
Hex AB 2 3 0 63 62 21 168 62 22
Octal 253 2 3 0 143 142 41 550 142 42
Binary 10101011 10 11 0 1100011 1100010 100001 101101000 1100010 100010

Color Harmonies of #AB0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0203

Black with #AB0203

Text Example


Text Example

White with #AB0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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