Html Css Color HEX #AC0A35 Cardinal

📋 copy color: '#AC0A35'

red 172 ◦ green 10 ◦ blue 53

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

Shades of Cardinal #AC0A35

Tints of Cardinal #AC0A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

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

R = 73.19%
G = 4.26%
B = 22.55%

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

#AC0A35 (or 0xAC0A35) is known color: Cardinal. HEX triplet: AC, 0A and 35. RGB value is (172,10,53). Sum of RGB (Red+Green+Blue) = 172+10+53=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A35 is #53F5CA. Grayscale: #3F3F3F. Windows color (decimal): -5502411 or 3476140. OLE color: 3476140.

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

Color convert

RGB 172 10 53 -
CMYK 0 0.94 0.69 0.33
HSL 344.07º 0.89% 0.36% -
HSV(B) 344.07º 0.94% 0.67% -
XYZ 17.76 9.24 4.22 -
YUV 63.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 172 10 53 0 0.94 0.69 0.33 344.07 0.89 0.36
Hex AC A 35 0 5E 45 21 158 59 24
Octal 254 12 65 0 136 105 41 530 131 44
Binary 10101100 1010 110101 0 1011110 1000101 100001 101011000 1011001 100100

Color Harmonies of #AC0A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A35

Black with #AC0A35

Text Example


Text Example

White with #AC0A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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