Html Css Color HEX #AB0F2A Carmine

📋 copy color: '#AB0F2A'

red 171 ◦ green 15 ◦ blue 42

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

Shades of Carmine #AB0F2A

Tints of Carmine #AB0F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

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

R = 75%
G = 6.58%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB0F2A (or 0xAB0F2A) is known color: Carmine. HEX triplet: AB, 0F and 2A. RGB value is (171,15,42). Sum of RGB (Red+Green+Blue) = 171+15+42=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F2A is #54F0D5. Grayscale: #404040. Windows color (decimal): -5566678 or 2756523. OLE color: 2756523.

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

Color convert

RGB 171 15 42 -
CMYK 0 0.91 0.75 0.33
HSL 349.62º 0.84% 0.36% -
HSV(B) 349.62º 0.91% 0.67% -
XYZ 17.38 9.17 3.04 -
YUV 64.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 171 15 42 0 0.91 0.75 0.33 349.62 0.84 0.36
Hex AB F 2A 0 5B 4B 21 15E 54 24
Octal 253 17 52 0 133 113 41 536 124 44
Binary 10101011 1111 101010 0 1011011 1001011 100001 101011110 1010100 100100

Color Harmonies of #AB0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F2A

Black with #AB0F2A

Text Example


Text Example

White with #AB0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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