Html Css Color HEX #AC0836 Cardinal

📋 copy color: '#AC0836'

red 172 ◦ green 8 ◦ blue 54

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

Shades of Cardinal #AC0836

Tints of Cardinal #AC0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 73.5%
G = 3.42%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC0836 (or 0xAC0836) is known color: Cardinal. HEX triplet: AC, 08 and 36. RGB value is (172,8,54). Sum of RGB (Red+Green+Blue) = 172+8+54=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0836 is #53F7C9. Grayscale: #3E3E3E. Windows color (decimal): -5502922 or 3541164. OLE color: 3541164.

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

Color convert

RGB 172 8 54 -
CMYK 0 0.95 0.69 0.33
HSL 343.17º 0.91% 0.35% -
HSV(B) 343.17º 0.95% 0.67% -
XYZ 17.77 9.21 4.33 -
YUV 62.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 172 8 54 0 0.95 0.69 0.33 343.17 0.91 0.35
Hex AC 8 36 0 5F 45 21 157 5B 23
Octal 254 10 66 0 137 105 41 527 133 43
Binary 10101100 1000 110110 0 1011111 1000101 100001 101010111 1011011 100011

Color Harmonies of #AC0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0836

Black with #AC0836

Text Example


Text Example

White with #AC0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0836; }

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

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

background-color css

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

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

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

border-color css

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

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

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