Html Css Color HEX #AB060F Carmine

📋 copy color: '#AB060F'

red 171 ◦ green 6 ◦ blue 15

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

Shades of Carmine #AB060F

Tints of Carmine #AB060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 89.06%
G = 3.13%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB060F (or 0xAB060F) is known color: Carmine. HEX triplet: AB, 06 and 0F. RGB value is (171,6,15). Sum of RGB (Red+Green+Blue) = 171+6+15=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB060F is #54F9F0. Grayscale: #383838. Windows color (decimal): -5569009 or 984747. OLE color: 984747.

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

Color convert

RGB 171 6 15 -
CMYK 0 0.96 0.91 0.33
HSL 356.73º 0.93% 0.35% -
HSV(B) 356.73º 0.96% 0.67% -
XYZ 16.95 8.82 1.26 -
YUV 56.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 171 6 15 0 0.96 0.91 0.33 356.73 0.93 0.35
Hex AB 6 F 0 60 5B 21 165 5D 23
Octal 253 6 17 0 140 133 41 545 135 43
Binary 10101011 110 1111 0 1100000 1011011 100001 101100101 1011101 100011

Color Harmonies of #AB060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB060F

Black with #AB060F

Text Example


Text Example

White with #AB060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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