Html Css Color HEX #AB072B Carmine

📋 copy color: '#AB072B'

red 171 ◦ green 7 ◦ blue 43

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

Shades of Carmine #AB072B

Tints of Carmine #AB072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 77.38%
G = 3.17%
B = 19.46%

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

#AB072B (or 0xAB072B) is known color: Carmine. HEX triplet: AB, 07 and 2B. RGB value is (171,7,43). Sum of RGB (Red+Green+Blue) = 171+7+43=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB072B is #54F8D4. Grayscale: #3C3C3C. Windows color (decimal): -5568725 or 2820011. OLE color: 2820011.

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

Color convert

RGB 171 7 43 -
CMYK 0 0.96 0.75 0.33
HSL 346.83º 0.92% 0.35% -
HSV(B) 346.83º 0.96% 0.67% -
XYZ 17.31 8.98 3.11 -
YUV 60.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 171 7 43 0 0.96 0.75 0.33 346.83 0.92 0.35
Hex AB 7 2B 0 60 4B 21 15B 5C 23
Octal 253 7 53 0 140 113 41 533 134 43
Binary 10101011 111 101011 0 1100000 1001011 100001 101011011 1011100 100011

Color Harmonies of #AB072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB072B

Black with #AB072B

Text Example


Text Example

White with #AB072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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