Html Css Color HEX #AB051C Carmine

📋 copy color: '#AB051C'

red 171 ◦ green 5 ◦ blue 28

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

Shades of Carmine #AB051C

Tints of Carmine #AB051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 83.82%
G = 2.45%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB051C (or 0xAB051C) is known color: Carmine. HEX triplet: AB, 05 and 1C. RGB value is (171,5,28). Sum of RGB (Red+Green+Blue) = 171+5+28=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB051C is #54FAE3. Grayscale: #393939. Windows color (decimal): -5569252 or 1836459. OLE color: 1836459.

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

Color convert

RGB 171 5 28 -
CMYK 0 0.97 0.84 0.33
HSL 351.69º 0.94% 0.35% -
HSV(B) 351.69º 0.97% 0.67% -
XYZ 17.06 8.85 1.91 -
YUV 57.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 171 5 28 0 0.97 0.84 0.33 351.69 0.94 0.35
Hex AB 5 1C 0 61 54 21 160 5E 23
Octal 253 5 34 0 141 124 41 540 136 43
Binary 10101011 101 11100 0 1100001 1010100 100001 101100000 1011110 100011

Color Harmonies of #AB051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB051C

Black with #AB051C

Text Example


Text Example

White with #AB051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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