Html Css Color HEX #AB030C Sangria

📋 copy color: '#AB030C'

red 171 ◦ green 3 ◦ blue 12

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

Shades of Sangria #AB030C

Tints of Sangria #AB030C

RGB

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

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

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

R = 91.94%
G = 1.61%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB030C (or 0xAB030C) is known color: Sangria. HEX triplet: AB, 03 and 0C. RGB value is (171,3,12). Sum of RGB (Red+Green+Blue) = 171+3+12=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB030C is #54FCF3. Grayscale: #363636. Windows color (decimal): -5569780 or 787371. OLE color: 787371.

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

Color convert

RGB 171 3 12 -
CMYK 0 0.98 0.93 0.33
HSL 356.79º 0.97% 0.34% -
HSV(B) 356.79º 0.98% 0.67% -
XYZ 16.89 8.75 1.15 -
YUV 54.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 171 3 12 0 0.98 0.93 0.33 356.79 0.97 0.34
Hex AB 3 C 0 62 5D 21 165 61 22
Octal 253 3 14 0 142 135 41 545 141 42
Binary 10101011 11 1100 0 1100010 1011101 100001 101100101 1100001 100010

Color Harmonies of #AB030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB030C

Black with #AB030C

Text Example


Text Example

White with #AB030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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