Html Css Color HEX #AB0C1F Carmine

📋 copy color: '#AB0C1F'

red 171 ◦ green 12 ◦ blue 31

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

Shades of Carmine #AB0C1F

Tints of Carmine #AB0C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.61%

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 79.91%
G = 5.61%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB0C1F (or 0xAB0C1F) is known color: Carmine. HEX triplet: AB, 0C and 1F. RGB value is (171,12,31). Sum of RGB (Red+Green+Blue) = 171+12+31=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C1F is #54F3E0. Grayscale: #3D3D3D. Windows color (decimal): -5567457 or 2034859. OLE color: 2034859.

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

Color convert

RGB 171 12 31 -
CMYK 0 0.93 0.82 0.33
HSL 352.83º 0.87% 0.36% -
HSV(B) 352.83º 0.93% 0.67% -
XYZ 17.17 9.02 2.13 -
YUV 61.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 171 12 31 0 0.93 0.82 0.33 352.83 0.87 0.36
Hex AB C 1F 0 5D 52 21 161 57 24
Octal 253 14 37 0 135 122 41 541 127 44
Binary 10101011 1100 11111 0 1011101 1010010 100001 101100001 1010111 100100

Color Harmonies of #AB0C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C1F

Black with #AB0C1F

Text Example


Text Example

White with #AB0C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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