Html Css Color HEX #AB1125 Carmine

📋 copy color: '#AB1125'

red 171 ◦ green 17 ◦ blue 37

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

Shades of Carmine #AB1125

Tints of Carmine #AB1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

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

R = 76%
G = 7.56%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1125 (or 0xAB1125) is known color: Carmine. HEX triplet: AB, 11 and 25. RGB value is (171,17,37). Sum of RGB (Red+Green+Blue) = 171+17+37=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1125 is #54EEDA. Grayscale: #414141. Windows color (decimal): -5566171 or 2429355. OLE color: 2429355.

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

Color convert

RGB 171 17 37 -
CMYK 0 0.90 0.78 0.33
HSL 352.21º 0.82% 0.37% -
HSV(B) 352.21º 0.9% 0.67% -
XYZ 17.33 9.19 2.61 -
YUV 65.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 171 17 37 0 0.90 0.78 0.33 352.21 0.82 0.37
Hex AB 11 25 0 5A 4E 21 160 52 25
Octal 253 21 45 0 132 116 41 540 122 45
Binary 10101011 10001 100101 0 1011010 1001110 100001 101100000 1010010 100101

Color Harmonies of #AB1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1125

Black with #AB1125

Text Example


Text Example

White with #AB1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1125; }

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

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

background-color css

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

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

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

border-color css

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

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

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