Html Css Color HEX #AC133C Cardinal

📋 copy color: '#AC133C'

red 172 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #AC133C

Tints of Cardinal #AC133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 68.53%
G = 7.57%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC133C (or 0xAC133C) is known color: Cardinal. HEX triplet: AC, 13 and 3C. RGB value is (172,19,60). Sum of RGB (Red+Green+Blue) = 172+19+60=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC133C is #53ECC3. Grayscale: #454545. Windows color (decimal): -5500100 or 3937196. OLE color: 3937196.

HSL color Cylindrical-coordinate representation of color #AC133C: hue angle of 343.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC133C is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 60 -
CMYK 0 0.89 0.65 0.33
HSL 343.92º 0.8% 0.37% -
HSV(B) 343.92º 0.89% 0.67% -
XYZ 18.06 9.56 5.17 -
YUV 69.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 172 19 60 0 0.89 0.65 0.33 343.92 0.8 0.37
Hex AC 13 3C 0 59 41 21 158 50 25
Octal 254 23 74 0 131 101 41 530 120 45
Binary 10101100 10011 111100 0 1011001 1000001 100001 101011000 1010000 100101

Color Harmonies of #AC133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC133C

Black with #AC133C

Text Example


Text Example

White with #AC133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC133C; }

 p { color: rgb(172,19,60); }

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

background-color css

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

 a { background-color: rgb(172,19,60); }

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

border-color css

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

 span { border-color: rgb(172,19,60); }

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