Html Css Color HEX #AB0C1D Carmine

📋 copy color: '#AB0C1D'

red 171 ◦ green 12 ◦ blue 29

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

Shades of Carmine #AB0C1D

Tints of Carmine #AB0C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 80.66%
G = 5.66%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB0C1D (or 0xAB0C1D) is known color: Carmine. HEX triplet: AB, 0C and 1D. RGB value is (171,12,29). Sum of RGB (Red+Green+Blue) = 171+12+29=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C1D is #54F3E2. Grayscale: #3D3D3D. Windows color (decimal): -5567459 or 1903787. OLE color: 1903787.

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

Color convert

RGB 171 12 29 -
CMYK 0 0.93 0.83 0.33
HSL 353.58º 0.87% 0.36% -
HSV(B) 353.58º 0.93% 0.67% -
XYZ 17.15 9.01 2 -
YUV 61.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 171 12 29 0 0.93 0.83 0.33 353.58 0.87 0.36
Hex AB C 1D 0 5D 53 21 162 57 24
Octal 253 14 35 0 135 123 41 542 127 44
Binary 10101011 1100 11101 0 1011101 1010011 100001 101100010 1010111 100100

Color Harmonies of #AB0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C1D

Black with #AB0C1D

Text Example


Text Example

White with #AB0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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