Html Css Color HEX #AC133B Cardinal

📋 copy color: '#AC133B'

red 172 ◦ green 19 ◦ blue 59

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

Shades of Cardinal #AC133B

Tints of Cardinal #AC133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 68.8%
G = 7.6%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC133B (or 0xAC133B) is known color: Cardinal. HEX triplet: AC, 13 and 3B. RGB value is (172,19,59). Sum of RGB (Red+Green+Blue) = 172+19+59=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC133B is #53ECC4. Grayscale: #454545. Windows color (decimal): -5500101 or 3871660. OLE color: 3871660.

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

Color convert

RGB 172 19 59 -
CMYK 0 0.89 0.66 0.33
HSL 344.31º 0.8% 0.37% -
HSV(B) 344.31º 0.89% 0.67% -
XYZ 18.04 9.55 5.03 -
YUV 69.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 172 19 59 0 0.89 0.66 0.33 344.31 0.8 0.37
Hex AC 13 3B 0 59 42 21 158 50 25
Octal 254 23 73 0 131 102 41 530 120 45
Binary 10101100 10011 111011 0 1011001 1000010 100001 101011000 1010000 100101

Color Harmonies of #AC133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC133B

Black with #AC133B

Text Example


Text Example

White with #AC133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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