Html Css Color HEX #AC0933 Cardinal

📋 copy color: '#AC0933'

red 172 ◦ green 9 ◦ blue 51

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

Shades of Cardinal #AC0933

Tints of Cardinal #AC0933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 74.14%
G = 3.88%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC0933 (or 0xAC0933) is known color: Cardinal. HEX triplet: AC, 09 and 33. RGB value is (172,9,51). Sum of RGB (Red+Green+Blue) = 172+9+51=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0933 is #53F6CC. Grayscale: #3E3E3E. Windows color (decimal): -5502669 or 3344812. OLE color: 3344812.

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

Color convert

RGB 172 9 51 -
CMYK 0 0.95 0.70 0.33
HSL 344.54º 0.9% 0.35% -
HSV(B) 344.54º 0.95% 0.67% -
XYZ 17.71 9.21 3.98 -
YUV 62.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 172 9 51 0 0.95 0.70 0.33 344.54 0.9 0.35
Hex AC 9 33 0 5F 46 21 159 5A 23
Octal 254 11 63 0 137 106 41 531 132 43
Binary 10101100 1001 110011 0 1011111 1000110 100001 101011001 1011010 100011

Color Harmonies of #AC0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0933

Black with #AC0933

Text Example


Text Example

White with #AC0933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0933; }

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

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

background-color css

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

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

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

border-color css

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

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

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