Html Css Color HEX #AB1024 Carmine

📋 copy color: '#AB1024'

red 171 ◦ green 16 ◦ blue 36

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

Shades of Carmine #AB1024

Tints of Carmine #AB1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

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

R = 76.68%
G = 7.17%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB1024 (or 0xAB1024) is known color: Carmine. HEX triplet: AB, 10 and 24. RGB value is (171,16,36). Sum of RGB (Red+Green+Blue) = 171+16+36=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1024 is #54EFDB. Grayscale: #404040. Windows color (decimal): -5566428 or 2363563. OLE color: 2363563.

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

Color convert

RGB 171 16 36 -
CMYK 0 0.91 0.79 0.33
HSL 352.26º 0.83% 0.37% -
HSV(B) 352.26º 0.91% 0.67% -
XYZ 17.3 9.16 2.52 -
YUV 64.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 171 16 36 0 0.91 0.79 0.33 352.26 0.83 0.37
Hex AB 10 24 0 5B 4F 21 160 53 25
Octal 253 20 44 0 133 117 41 540 123 45
Binary 10101011 10000 100100 0 1011011 1001111 100001 101100000 1010011 100101

Color Harmonies of #AB1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1024

Black with #AB1024

Text Example


Text Example

White with #AB1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1024; }

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

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

background-color css

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

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

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

border-color css

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

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

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