Html Css Color HEX #AC093A Cardinal

📋 copy color: '#AC093A'

red 172 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #AC093A

Tints of Cardinal #AC093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 71.97%
G = 3.77%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC093A (or 0xAC093A) is known color: Cardinal. HEX triplet: AC, 09 and 3A. RGB value is (172,9,58). Sum of RGB (Red+Green+Blue) = 172+9+58=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC093A is #53F6C5. Grayscale: #3F3F3F. Windows color (decimal): -5502662 or 3803564. OLE color: 3803564.

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

Color convert

RGB 172 9 58 -
CMYK 0 0.95 0.66 0.33
HSL 341.96º 0.9% 0.35% -
HSV(B) 341.96º 0.95% 0.67% -
XYZ 17.87 9.27 4.85 -
YUV 63.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 172 9 58 0 0.95 0.66 0.33 341.96 0.9 0.35
Hex AC 9 3A 0 5F 42 21 156 5A 23
Octal 254 11 72 0 137 102 41 526 132 43
Binary 10101100 1001 111010 0 1011111 1000010 100001 101010110 1011010 100011

Color Harmonies of #AC093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC093A

Black with #AC093A

Text Example


Text Example

White with #AC093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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