Html Css Color HEX #AB0825 Carmine

📋 copy color: '#AB0825'

red 171 ◦ green 8 ◦ blue 37

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

Shades of Carmine #AB0825

Tints of Carmine #AB0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 79.17%
G = 3.7%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0825 (or 0xAB0825) is known color: Carmine. HEX triplet: AB, 08 and 25. RGB value is (171,8,37). Sum of RGB (Red+Green+Blue) = 171+8+37=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0825 is #54F7DA. Grayscale: #3C3C3C. Windows color (decimal): -5568475 or 2427051. OLE color: 2427051.

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

Color convert

RGB 171 8 37 -
CMYK 0 0.95 0.78 0.33
HSL 349.33º 0.91% 0.35% -
HSV(B) 349.33º 0.95% 0.67% -
XYZ 17.22 8.97 2.57 -
YUV 60.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 171 8 37 0 0.95 0.78 0.33 349.33 0.91 0.35
Hex AB 8 25 0 5F 4E 21 15D 5B 23
Octal 253 10 45 0 137 116 41 535 133 43
Binary 10101011 1000 100101 0 1011111 1001110 100001 101011101 1011011 100011

Color Harmonies of #AB0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0825

Black with #AB0825

Text Example


Text Example

White with #AB0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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