Html Css Color HEX #AB1525 Carmine

📋 copy color: '#AB1525'

red 171 ◦ green 21 ◦ blue 37

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

Shades of Carmine #AB1525

Tints of Carmine #AB1525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 37 (14.84% from 255) = 16.16%

R = 74.67%
G = 9.17%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1525 (or 0xAB1525) is known color: Carmine. HEX triplet: AB, 15 and 25. RGB value is (171,21,37). Sum of RGB (Red+Green+Blue) = 171+21+37=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1525 is #54EADA. Grayscale: #434343. Windows color (decimal): -5565147 or 2430379. OLE color: 2430379.

HSL color Cylindrical-coordinate representation of color #AB1525: hue angle of 353.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1525 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 37 -
CMYK 0 0.88 0.78 0.33
HSL 353.6º 0.78% 0.38% -
HSV(B) 353.6º 0.88% 0.67% -
XYZ 17.4 9.33 2.63 -
YUV 67.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 171 21 37 0 0.88 0.78 0.33 353.6 0.78 0.38
Hex AB 15 25 0 58 4E 21 162 4E 26
Octal 253 25 45 0 130 116 41 542 116 46
Binary 10101011 10101 100101 0 1011000 1001110 100001 101100010 1001110 100110

Color Harmonies of #AB1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1525

Black with #AB1525

Text Example


Text Example

White with #AB1525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1525; }

 p { color: rgb(171,21,37); }

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

background-color css

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

 a { background-color: rgb(171,21,37); }

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

border-color css

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

 span { border-color: rgb(171,21,37); }

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