Html Css Color HEX #AC0B23 Carmine

📋 copy color: '#AC0B23'

red 172 ◦ green 11 ◦ blue 35

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

Shades of Carmine #AC0B23

Tints of Carmine #AC0B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.06%

R = 78.9%
G = 5.05%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC0B23 (or 0xAC0B23) is known color: Carmine. HEX triplet: AC, 0B and 23. RGB value is (172,11,35). Sum of RGB (Red+Green+Blue) = 172+11+35=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B23 is #53F4DC. Grayscale: #3D3D3D. Windows color (decimal): -5502173 or 2296748. OLE color: 2296748.

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

Color convert

RGB 172 11 35 -
CMYK 0 0.94 0.80 0.33
HSL 351.06º 0.88% 0.36% -
HSV(B) 351.06º 0.94% 0.67% -
XYZ 17.44 9.13 2.43 -
YUV 61.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 172 11 35 0 0.94 0.80 0.33 351.06 0.88 0.36
Hex AC B 23 0 5E 50 21 15F 58 24
Octal 254 13 43 0 136 120 41 537 130 44
Binary 10101100 1011 100011 0 1011110 1010000 100001 101011111 1011000 100100

Color Harmonies of #AC0B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B23

Black with #AC0B23

Text Example


Text Example

White with #AC0B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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