Html Css Color HEX #AC133D Cardinal

📋 copy color: '#AC133D'

red 172 ◦ green 19 ◦ blue 61

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

Shades of Cardinal #AC133D

Tints of Cardinal #AC133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.21%

R = 68.25%
G = 7.54%
B = 24.21%

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

#AC133D (or 0xAC133D) is known color: Cardinal. HEX triplet: AC, 13 and 3D. RGB value is (172,19,61). Sum of RGB (Red+Green+Blue) = 172+19+61=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC133D is #53ECC2. Grayscale: #454545. Windows color (decimal): -5500099 or 4002732. OLE color: 4002732.

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

Color convert

RGB 172 19 61 -
CMYK 0 0.89 0.65 0.33
HSL 343.53º 0.8% 0.37% -
HSV(B) 343.53º 0.89% 0.67% -
XYZ 18.09 9.57 5.31 -
YUV 69.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 172 19 61 0 0.89 0.65 0.33 343.53 0.8 0.37
Hex AC 13 3D 0 59 41 21 158 50 25
Octal 254 23 75 0 131 101 41 530 120 45
Binary 10101100 10011 111101 0 1011001 1000001 100001 101011000 1010000 100101

Color Harmonies of #AC133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC133D

Black with #AC133D

Text Example


Text Example

White with #AC133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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