Html Css Color HEX #AB0822 Carmine

📋 copy color: '#AB0822'

red 171 ◦ green 8 ◦ blue 34

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

Shades of Carmine #AB0822

Tints of Carmine #AB0822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 80.28%
G = 3.76%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB0822 (or 0xAB0822) is known color: Carmine. HEX triplet: AB, 08 and 22. RGB value is (171,8,34). Sum of RGB (Red+Green+Blue) = 171+8+34=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0822 is #54F7DD. Grayscale: #3B3B3B. Windows color (decimal): -5568478 or 2230443. OLE color: 2230443.

HSL color Cylindrical-coordinate representation of color #AB0822: hue angle of 350.43º 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 #AB0822 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 34 -
CMYK 0 0.95 0.80 0.33
HSL 350.43º 0.91% 0.35% -
HSV(B) 350.43º 0.95% 0.67% -
XYZ 17.17 8.95 2.34 -
YUV 59.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 171 8 34 0 0.95 0.80 0.33 350.43 0.91 0.35
Hex AB 8 22 0 5F 50 21 15E 5B 23
Octal 253 10 42 0 137 120 41 536 133 43
Binary 10101011 1000 100010 0 1011111 1010000 100001 101011110 1011011 100011

Color Harmonies of #AB0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0822

Black with #AB0822

Text Example


Text Example

White with #AB0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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