Html Css Color HEX #AB072A Carmine

📋 copy color: '#AB072A'

red 171 ◦ green 7 ◦ blue 42

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

Shades of Carmine #AB072A

Tints of Carmine #AB072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 77.73%
G = 3.18%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB072A (or 0xAB072A) is known color: Carmine. HEX triplet: AB, 07 and 2A. RGB value is (171,7,42). Sum of RGB (Red+Green+Blue) = 171+7+42=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB072A is #54F8D5. Grayscale: #3C3C3C. Windows color (decimal): -5568726 or 2754475. OLE color: 2754475.

HSL color Cylindrical-coordinate representation of color #AB072A: hue angle of 347.2º degrees, saturation: 0.92, 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 #AB072A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 7 42 -
CMYK 0 0.96 0.75 0.33
HSL 347.2º 0.92% 0.35% -
HSV(B) 347.2º 0.96% 0.67% -
XYZ 17.29 8.98 3.01 -
YUV 60.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 171 7 42 0 0.96 0.75 0.33 347.2 0.92 0.35
Hex AB 7 2A 0 60 4B 21 15B 5C 23
Octal 253 7 52 0 140 113 41 533 134 43
Binary 10101011 111 101010 0 1100000 1001011 100001 101011011 1011100 100011

Color Harmonies of #AB072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB072A

Black with #AB072A

Text Example


Text Example

White with #AB072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB072A; }

 p { color: rgb(171,7,42); }

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

background-color css

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

 a { background-color: rgb(171,7,42); }

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

border-color css

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

 span { border-color: rgb(171,7,42); }

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