Html Css Color HEX #AC0B2B Carmine

📋 copy color: '#AC0B2B'

red 172 ◦ green 11 ◦ blue 43

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

Shades of Carmine #AC0B2B

Tints of Carmine #AC0B2B

RGB

 RED value IS 172 (67.58% from 255) = 76.11%

 GREEN value IS 11 (4.69% from 255) = 4.87%

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

R = 76.11%
G = 4.87%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC0B2B (or 0xAC0B2B) is known color: Carmine. HEX triplet: AC, 0B and 2B. RGB value is (172,11,43). Sum of RGB (Red+Green+Blue) = 172+11+43=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B2B is #53F4D4. Grayscale: #3E3E3E. Windows color (decimal): -5502165 or 2821036. OLE color: 2821036.

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

Color convert

RGB 172 11 43 -
CMYK 0 0.94 0.75 0.33
HSL 348.07º 0.88% 0.36% -
HSV(B) 348.07º 0.94% 0.67% -
XYZ 17.57 9.18 3.13 -
YUV 62.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 172 11 43 0 0.94 0.75 0.33 348.07 0.88 0.36
Hex AC B 2B 0 5E 4B 21 15C 58 24
Octal 254 13 53 0 136 113 41 534 130 44
Binary 10101100 1011 101011 0 1011110 1001011 100001 101011100 1011000 100100

Color Harmonies of #AC0B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B2B

Black with #AC0B2B

Text Example


Text Example

White with #AC0B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B2B; }

 p { color: rgb(172,11,43); }

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

background-color css

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

 a { background-color: rgb(172,11,43); }

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

border-color css

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

 span { border-color: rgb(172,11,43); }

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