Html Css Color HEX #AC0636 Cardinal

📋 copy color: '#AC0636'

red 172 ◦ green 6 ◦ blue 54

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

Shades of Cardinal #AC0636

Tints of Cardinal #AC0636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

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

R = 74.14%
G = 2.59%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC0636 (or 0xAC0636) is known color: Cardinal. HEX triplet: AC, 06 and 36. RGB value is (172,6,54). Sum of RGB (Red+Green+Blue) = 172+6+54=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0636 is #53F9C9. Grayscale: #3D3D3D. Windows color (decimal): -5503434 or 3540652. OLE color: 3540652.

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

Color convert

RGB 172 6 54 -
CMYK 0 0.97 0.69 0.33
HSL 342.65º 0.93% 0.35% -
HSV(B) 342.65º 0.97% 0.67% -
XYZ 17.74 9.17 4.32 -
YUV 61.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 172 6 54 0 0.97 0.69 0.33 342.65 0.93 0.35
Hex AC 6 36 0 61 45 21 157 5D 23
Octal 254 6 66 0 141 105 41 527 135 43
Binary 10101100 110 110110 0 1100001 1000101 100001 101010111 1011101 100011

Color Harmonies of #AC0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0636

Black with #AC0636

Text Example


Text Example

White with #AC0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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