Html Css Color HEX #AC0E2E Cardinal

📋 copy color: '#AC0E2E'

red 172 ◦ green 14 ◦ blue 46

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

Shades of Cardinal #AC0E2E

Tints of Cardinal #AC0E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.03%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 74.14%
G = 6.03%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC0E2E (or 0xAC0E2E) is known color: Cardinal. HEX triplet: AC, 0E and 2E. RGB value is (172,14,46). Sum of RGB (Red+Green+Blue) = 172+14+46=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E2E is #53F1D1. Grayscale: #404040. Windows color (decimal): -5501394 or 3018412. OLE color: 3018412.

HSL color Cylindrical-coordinate representation of color #AC0E2E: hue angle of 347.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E2E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 14 46 -
CMYK 0 0.92 0.73 0.33
HSL 347.85º 0.85% 0.36% -
HSV(B) 347.85º 0.92% 0.67% -
XYZ 17.66 9.28 3.45 -
YUV 64.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 172 14 46 0 0.92 0.73 0.33 347.85 0.85 0.36
Hex AC E 2E 0 5C 49 21 15C 55 24
Octal 254 16 56 0 134 111 41 534 125 44
Binary 10101100 1110 101110 0 1011100 1001001 100001 101011100 1010101 100100

Color Harmonies of #AC0E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E2E

Black with #AC0E2E

Text Example


Text Example

White with #AC0E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E2E; }

 p { color: rgb(172,14,46); }

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

background-color css

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

 a { background-color: rgb(172,14,46); }

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

border-color css

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

 span { border-color: rgb(172,14,46); }

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