Html Css Color HEX #AB0625 Carmine

📋 copy color: '#AB0625'

red 171 ◦ green 6 ◦ blue 37

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

Shades of Carmine #AB0625

Tints of Carmine #AB0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 79.91%
G = 2.8%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0625 (or 0xAB0625) is known color: Carmine. HEX triplet: AB, 06 and 25. RGB value is (171,6,37). Sum of RGB (Red+Green+Blue) = 171+6+37=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0625 is #54F9DA. Grayscale: #3A3A3A. Windows color (decimal): -5568987 or 2426539. OLE color: 2426539.

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

Color convert

RGB 171 6 37 -
CMYK 0 0.96 0.78 0.33
HSL 348.73º 0.93% 0.35% -
HSV(B) 348.73º 0.96% 0.67% -
XYZ 17.19 8.92 2.57 -
YUV 58.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 171 6 37 0 0.96 0.78 0.33 348.73 0.93 0.35
Hex AB 6 25 0 60 4E 21 15D 5D 23
Octal 253 6 45 0 140 116 41 535 135 43
Binary 10101011 110 100101 0 1100000 1001110 100001 101011101 1011101 100011

Color Harmonies of #AB0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0625

Black with #AB0625

Text Example


Text Example

White with #AB0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0625; }

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

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

background-color css

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

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

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

border-color css

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

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

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