Html Css Color HEX #AB0522 Carmine

📋 copy color: '#AB0522'

red 171 ◦ green 5 ◦ blue 34

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

Shades of Carmine #AB0522

Tints of Carmine #AB0522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 81.43%
G = 2.38%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB0522 (or 0xAB0522) is known color: Carmine. HEX triplet: AB, 05 and 22. RGB value is (171,5,34). Sum of RGB (Red+Green+Blue) = 171+5+34=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0522 is #54FADD. Grayscale: #393939. Windows color (decimal): -5569246 or 2229675. OLE color: 2229675.

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

Color convert

RGB 171 5 34 -
CMYK 0 0.97 0.80 0.33
HSL 349.52º 0.94% 0.35% -
HSV(B) 349.52º 0.97% 0.67% -
XYZ 17.14 8.88 2.32 -
YUV 57.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 171 5 34 0 0.97 0.80 0.33 349.52 0.94 0.35
Hex AB 5 22 0 61 50 21 15E 5E 23
Octal 253 5 42 0 141 120 41 536 136 43
Binary 10101011 101 100010 0 1100001 1010000 100001 101011110 1011110 100011

Color Harmonies of #AB0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0522

Black with #AB0522

Text Example


Text Example

White with #AB0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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