Html Css Color HEX #AC093F Cardinal

📋 copy color: '#AC093F'

red 172 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #AC093F

Tints of Cardinal #AC093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.82%

R = 70.49%
G = 3.69%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC093F (or 0xAC093F) is known color: Cardinal. HEX triplet: AC, 09 and 3F. RGB value is (172,9,63). Sum of RGB (Red+Green+Blue) = 172+9+63=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC093F is #53F6C0. Grayscale: #3F3F3F. Windows color (decimal): -5502657 or 4131244. OLE color: 4131244.

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

Color convert

RGB 172 9 63 -
CMYK 0 0.95 0.63 0.33
HSL 340.12º 0.9% 0.35% -
HSV(B) 340.12º 0.95% 0.67% -
XYZ 18.01 9.32 5.55 -
YUV 63.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 172 9 63 0 0.95 0.63 0.33 340.12 0.9 0.35
Hex AC 9 3F 0 5F 3F 21 154 5A 23
Octal 254 11 77 0 137 77 41 524 132 43
Binary 10101100 1001 111111 0 1011111 111111 100001 101010100 1011010 100011

Color Harmonies of #AC093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC093F

Black with #AC093F

Text Example


Text Example

White with #AC093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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