Html Css Color HEX #AC1033 Cardinal

📋 copy color: '#AC1033'

red 172 ◦ green 16 ◦ blue 51

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

Shades of Cardinal #AC1033

Tints of Cardinal #AC1033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 71.97%
G = 6.69%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC1033 (or 0xAC1033) is known color: Cardinal. HEX triplet: AC, 10 and 33. RGB value is (172,16,51). Sum of RGB (Red+Green+Blue) = 172+16+51=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1033 is #53EFCC. Grayscale: #424242. Windows color (decimal): -5500877 or 3346604. OLE color: 3346604.

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

Color convert

RGB 172 16 51 -
CMYK 0 0.91 0.70 0.33
HSL 346.54º 0.83% 0.37% -
HSV(B) 346.54º 0.91% 0.67% -
XYZ 17.8 9.38 4 -
YUV 66.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 172 16 51 0 0.91 0.70 0.33 346.54 0.83 0.37
Hex AC 10 33 0 5B 46 21 15B 53 25
Octal 254 20 63 0 133 106 41 533 123 45
Binary 10101100 10000 110011 0 1011011 1000110 100001 101011011 1010011 100101

Color Harmonies of #AC1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1033

Black with #AC1033

Text Example


Text Example

White with #AC1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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