Html Css Color HEX #AC0C31 Cardinal

📋 copy color: '#AC0C31'

red 172 ◦ green 12 ◦ blue 49

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

Shades of Cardinal #AC0C31

Tints of Cardinal #AC0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 73.82%
G = 5.15%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC0C31 (or 0xAC0C31) is known color: Cardinal. HEX triplet: AC, 0C and 31. RGB value is (172,12,49). Sum of RGB (Red+Green+Blue) = 172+12+49=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C31 is #53F3CE. Grayscale: #404040. Windows color (decimal): -5501903 or 3214508. OLE color: 3214508.

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

Color convert

RGB 172 12 49 -
CMYK 0 0.93 0.72 0.33
HSL 346.13º 0.87% 0.36% -
HSV(B) 346.13º 0.93% 0.67% -
XYZ 17.7 9.26 3.76 -
YUV 64.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 172 12 49 0 0.93 0.72 0.33 346.13 0.87 0.36
Hex AC C 31 0 5D 48 21 15A 57 24
Octal 254 14 61 0 135 110 41 532 127 44
Binary 10101100 1100 110001 0 1011101 1001000 100001 101011010 1010111 100100

Color Harmonies of #AC0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C31

Black with #AC0C31

Text Example


Text Example

White with #AC0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C31; }

 p { color: rgb(172,12,49); }

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

background-color css

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

 a { background-color: rgb(172,12,49); }

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

border-color css

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

 span { border-color: rgb(172,12,49); }

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