Html Css Color HEX #AC0336 Cardinal

📋 copy color: '#AC0336'

red 172 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #AC0336

Tints of Cardinal #AC0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 75.11%
G = 1.31%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC0336 (or 0xAC0336) is known color: Cardinal. HEX triplet: AC, 03 and 36. RGB value is (172,3,54). Sum of RGB (Red+Green+Blue) = 172+3+54=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0336 is #53FCC9. Grayscale: #3B3B3B. Windows color (decimal): -5504202 or 3539884. OLE color: 3539884.

HSL color Cylindrical-coordinate representation of color #AC0336: hue angle of 341.89º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0336 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 54 -
CMYK 0 0.98 0.69 0.33
HSL 341.89º 0.97% 0.34% -
HSV(B) 341.89º 0.98% 0.67% -
XYZ 17.71 9.1 4.31 -
YUV 59.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 172 3 54 0 0.98 0.69 0.33 341.89 0.97 0.34
Hex AC 3 36 0 62 45 21 156 61 22
Octal 254 3 66 0 142 105 41 526 141 42
Binary 10101100 11 110110 0 1100010 1000101 100001 101010110 1100001 100010

Color Harmonies of #AC0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0336

Black with #AC0336

Text Example


Text Example

White with #AC0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0336; }

 p { color: rgb(172,3,54); }

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

background-color css

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

 a { background-color: rgb(172,3,54); }

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

border-color css

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

 span { border-color: rgb(172,3,54); }

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