Html Css Color HEX #AB1325 Carmine

📋 copy color: '#AB1325'

red 171 ◦ green 19 ◦ blue 37

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

Shades of Carmine #AB1325

Tints of Carmine #AB1325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

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

R = 75.33%
G = 8.37%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1325 (or 0xAB1325) is known color: Carmine. HEX triplet: AB, 13 and 25. RGB value is (171,19,37). Sum of RGB (Red+Green+Blue) = 171+19+37=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1325 is #54ECDA. Grayscale: #424242. Windows color (decimal): -5565659 or 2429867. OLE color: 2429867.

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

Color convert

RGB 171 19 37 -
CMYK 0 0.89 0.78 0.33
HSL 352.89º 0.8% 0.37% -
HSV(B) 352.89º 0.89% 0.67% -
XYZ 17.36 9.26 2.62 -
YUV 66.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 171 19 37 0 0.89 0.78 0.33 352.89 0.8 0.37
Hex AB 13 25 0 59 4E 21 161 50 25
Octal 253 23 45 0 131 116 41 541 120 45
Binary 10101011 10011 100101 0 1011001 1001110 100001 101100001 1010000 100101

Color Harmonies of #AB1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1325

Black with #AB1325

Text Example


Text Example

White with #AB1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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