Html Css Color HEX #AC0935 Cardinal

📋 copy color: '#AC0935'

red 172 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #AC0935

Tints of Cardinal #AC0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 73.5%
G = 3.85%
B = 22.65%

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

#AC0935 (or 0xAC0935) is known color: Cardinal. HEX triplet: AC, 09 and 35. RGB value is (172,9,53). Sum of RGB (Red+Green+Blue) = 172+9+53=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0935 is #53F6CA. Grayscale: #3E3E3E. Windows color (decimal): -5502667 or 3475884. OLE color: 3475884.

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

Color convert

RGB 172 9 53 -
CMYK 0 0.95 0.69 0.33
HSL 343.8º 0.9% 0.35% -
HSV(B) 343.8º 0.95% 0.67% -
XYZ 17.75 9.22 4.21 -
YUV 62.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 172 9 53 0 0.95 0.69 0.33 343.8 0.9 0.35
Hex AC 9 35 0 5F 45 21 158 5A 23
Octal 254 11 65 0 137 105 41 530 132 43
Binary 10101100 1001 110101 0 1011111 1000101 100001 101011000 1011010 100011

Color Harmonies of #AC0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0935

Black with #AC0935

Text Example


Text Example

White with #AC0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0935; }

 p { color: rgb(172,9,53); }

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

background-color css

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

 a { background-color: rgb(172,9,53); }

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

border-color css

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

 span { border-color: rgb(172,9,53); }

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