Html Css Color HEX #AB0324 Carmine

📋 copy color: '#AB0324'

red 171 ◦ green 3 ◦ blue 36

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

Shades of Carmine #AB0324

Tints of Carmine #AB0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 81.43%
G = 1.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB0324 (or 0xAB0324) is known color: Carmine. HEX triplet: AB, 03 and 24. RGB value is (171,3,36). Sum of RGB (Red+Green+Blue) = 171+3+36=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0324 is #54FCDB. Grayscale: #393939. Windows color (decimal): -5569756 or 2360235. OLE color: 2360235.

HSL color Cylindrical-coordinate representation of color #AB0324: hue angle of 348.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0324 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 36 -
CMYK 0 0.98 0.79 0.33
HSL 348.21º 0.97% 0.34% -
HSV(B) 348.21º 0.98% 0.67% -
XYZ 17.15 8.85 2.47 -
YUV 56.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 171 3 36 0 0.98 0.79 0.33 348.21 0.97 0.34
Hex AB 3 24 0 62 4F 21 15C 61 22
Octal 253 3 44 0 142 117 41 534 141 42
Binary 10101011 11 100100 0 1100010 1001111 100001 101011100 1100001 100010

Color Harmonies of #AB0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0324

Black with #AB0324

Text Example


Text Example

White with #AB0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0324; }

 p { color: rgb(171,3,36); }

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

background-color css

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

 a { background-color: rgb(171,3,36); }

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

border-color css

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

 span { border-color: rgb(171,3,36); }

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