Html Css Color HEX #AC1433 Cardinal

📋 copy color: '#AC1433'

red 172 ◦ green 20 ◦ blue 51

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

Shades of Cardinal #AC1433

Tints of Cardinal #AC1433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 70.78%
G = 8.23%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1433 (or 0xAC1433) is known color: Cardinal. HEX triplet: AC, 14 and 33. RGB value is (172,20,51). Sum of RGB (Red+Green+Blue) = 172+20+51=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1433 is #53EBCC. Grayscale: #454545. Windows color (decimal): -5499853 or 3347628. OLE color: 3347628.

HSL color Cylindrical-coordinate representation of color #AC1433: hue angle of 347.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1433 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 51 -
CMYK 0 0.88 0.70 0.33
HSL 347.76º 0.79% 0.38% -
HSV(B) 347.76º 0.88% 0.67% -
XYZ 17.86 9.51 4.03 -
YUV 68.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 172 20 51 0 0.88 0.70 0.33 347.76 0.79 0.38
Hex AC 14 33 0 58 46 21 15C 4F 26
Octal 254 24 63 0 130 106 41 534 117 46
Binary 10101100 10100 110011 0 1011000 1000110 100001 101011100 1001111 100110

Color Harmonies of #AC1433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1433

Black with #AC1433

Text Example


Text Example

White with #AC1433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1433; }

 p { color: rgb(172,20,51); }

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

background-color css

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

 a { background-color: rgb(172,20,51); }

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

border-color css

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

 span { border-color: rgb(172,20,51); }

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