Html Css Color HEX #AB061D Carmine

📋 copy color: '#AB061D'

red 171 ◦ green 6 ◦ blue 29

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

Shades of Carmine #AB061D

Tints of Carmine #AB061D

RGB

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

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

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

R = 83.01%
G = 2.91%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB061D (or 0xAB061D) is known color: Carmine. HEX triplet: AB, 06 and 1D. RGB value is (171,6,29). Sum of RGB (Red+Green+Blue) = 171+6+29=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB061D is #54F9E2. Grayscale: #3A3A3A. Windows color (decimal): -5568995 or 1902251. OLE color: 1902251.

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

Color convert

RGB 171 6 29 -
CMYK 0 0.96 0.83 0.33
HSL 351.64º 0.93% 0.35% -
HSV(B) 351.64º 0.96% 0.67% -
XYZ 17.08 8.88 1.98 -
YUV 57.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 171 6 29 0 0.96 0.83 0.33 351.64 0.93 0.35
Hex AB 6 1D 0 60 53 21 160 5D 23
Octal 253 6 35 0 140 123 41 540 135 43
Binary 10101011 110 11101 0 1100000 1010011 100001 101100000 1011101 100011

Color Harmonies of #AB061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB061D

Black with #AB061D

Text Example


Text Example

White with #AB061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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