Html Css Color HEX #AC0B36 Cardinal

📋 copy color: '#AC0B36'

red 172 ◦ green 11 ◦ blue 54

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

Shades of Cardinal #AC0B36

Tints of Cardinal #AC0B36

RGB

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

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

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

R = 72.57%
G = 4.64%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC0B36 (or 0xAC0B36) is known color: Cardinal. HEX triplet: AC, 0B and 36. RGB value is (172,11,54). Sum of RGB (Red+Green+Blue) = 172+11+54=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B36 is #53F4C9. Grayscale: #404040. Windows color (decimal): -5502154 or 3541932. OLE color: 3541932.

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

Color convert

RGB 172 11 54 -
CMYK 0 0.94 0.69 0.33
HSL 343.98º 0.88% 0.36% -
HSV(B) 343.98º 0.94% 0.67% -
XYZ 17.8 9.28 4.34 -
YUV 64.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 172 11 54 0 0.94 0.69 0.33 343.98 0.88 0.36
Hex AC B 36 0 5E 45 21 158 58 24
Octal 254 13 66 0 136 105 41 530 130 44
Binary 10101100 1011 110110 0 1011110 1000101 100001 101011000 1011000 100100

Color Harmonies of #AC0B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B36

Black with #AC0B36

Text Example


Text Example

White with #AC0B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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