Html Css Color HEX #AC0E30 Cardinal

📋 copy color: '#AC0E30'

red 172 ◦ green 14 ◦ blue 48

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

Shades of Cardinal #AC0E30

Tints of Cardinal #AC0E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.98%

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 73.5%
G = 5.98%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC0E30 (or 0xAC0E30) is known color: Cardinal. HEX triplet: AC, 0E and 30. RGB value is (172,14,48). Sum of RGB (Red+Green+Blue) = 172+14+48=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E30 is #53F1CF. Grayscale: #414141. Windows color (decimal): -5501392 or 3149484. OLE color: 3149484.

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

Color convert

RGB 172 14 48 -
CMYK 0 0.92 0.72 0.33
HSL 347.09º 0.85% 0.36% -
HSV(B) 347.09º 0.92% 0.67% -
XYZ 17.7 9.3 3.66 -
YUV 65.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 172 14 48 0 0.92 0.72 0.33 347.09 0.85 0.36
Hex AC E 30 0 5C 48 21 15B 55 24
Octal 254 16 60 0 134 110 41 533 125 44
Binary 10101100 1110 110000 0 1011100 1001000 100001 101011011 1010101 100100

Color Harmonies of #AC0E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E30

Black with #AC0E30

Text Example


Text Example

White with #AC0E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E30; }

 p { color: rgb(172,14,48); }

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

background-color css

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

 a { background-color: rgb(172,14,48); }

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

border-color css

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

 span { border-color: rgb(172,14,48); }

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