Html Css Color HEX #AC093C Cardinal

📋 copy color: '#AC093C'

red 172 ◦ green 9 ◦ blue 60

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

Shades of Cardinal #AC093C

Tints of Cardinal #AC093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 71.37%
G = 3.73%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC093C (or 0xAC093C) is known color: Cardinal. HEX triplet: AC, 09 and 3C. RGB value is (172,9,60). Sum of RGB (Red+Green+Blue) = 172+9+60=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC093C is #53F6C3. Grayscale: #3F3F3F. Windows color (decimal): -5502660 or 3934636. OLE color: 3934636.

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

Color convert

RGB 172 9 60 -
CMYK 0 0.95 0.65 0.33
HSL 341.23º 0.9% 0.35% -
HSV(B) 341.23º 0.95% 0.67% -
XYZ 17.93 9.29 5.12 -
YUV 63.55 126 205.35 -
System Red Green Blue C M Y K H S L
Decimal 172 9 60 0 0.95 0.65 0.33 341.23 0.9 0.35
Hex AC 9 3C 0 5F 41 21 155 5A 23
Octal 254 11 74 0 137 101 41 525 132 43
Binary 10101100 1001 111100 0 1011111 1000001 100001 101010101 1011010 100011

Color Harmonies of #AC093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC093C

Black with #AC093C

Text Example


Text Example

White with #AC093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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