Html Css Color HEX #AB050F Carmine

📋 copy color: '#AB050F'

red 171 ◦ green 5 ◦ blue 15

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

Shades of Carmine #AB050F

Tints of Carmine #AB050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 89.53%
G = 2.62%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB050F (or 0xAB050F) is known color: Carmine. HEX triplet: AB, 05 and 0F. RGB value is (171,5,15). Sum of RGB (Red+Green+Blue) = 171+5+15=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB050F is #54FAF0. Grayscale: #373737. Windows color (decimal): -5569265 or 984491. OLE color: 984491.

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

Color convert

RGB 171 5 15 -
CMYK 0 0.97 0.91 0.33
HSL 356.39º 0.94% 0.35% -
HSV(B) 356.39º 0.97% 0.67% -
XYZ 16.94 8.8 1.26 -
YUV 55.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 171 5 15 0 0.97 0.91 0.33 356.39 0.94 0.35
Hex AB 5 F 0 61 5B 21 164 5E 23
Octal 253 5 17 0 141 133 41 544 136 43
Binary 10101011 101 1111 0 1100001 1011011 100001 101100100 1011110 100011

Color Harmonies of #AB050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB050F

Black with #AB050F

Text Example


Text Example

White with #AB050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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