Html Css Color HEX #AB050C Sangria

📋 copy color: '#AB050C'

red 171 ◦ green 5 ◦ blue 12

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

Shades of Sangria #AB050C

Tints of Sangria #AB050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 90.96%
G = 2.66%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB050C (or 0xAB050C) is known color: Sangria. HEX triplet: AB, 05 and 0C. RGB value is (171,5,12). Sum of RGB (Red+Green+Blue) = 171+5+12=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB050C is #54FAF3. Grayscale: #373737. Windows color (decimal): -5569268 or 787883. OLE color: 787883.

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

Color convert

RGB 171 5 12 -
CMYK 0 0.97 0.93 0.33
HSL 357.47º 0.94% 0.35% -
HSV(B) 357.47º 0.97% 0.67% -
XYZ 16.92 8.79 1.15 -
YUV 55.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 171 5 12 0 0.97 0.93 0.33 357.47 0.94 0.35
Hex AB 5 C 0 61 5D 21 165 5E 23
Octal 253 5 14 0 141 135 41 545 136 43
Binary 10101011 101 1100 0 1100001 1011101 100001 101100101 1011110 100011

Color Harmonies of #AB050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB050C

Black with #AB050C

Text Example


Text Example

White with #AB050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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