Html Css Color HEX #AC202E Cardinal

📋 copy color: '#AC202E'

red 172 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #AC202E

Tints of Cardinal #AC202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 68.8%
G = 12.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC202E (or 0xAC202E) is known color: Cardinal. HEX triplet: AC, 20 and 2E. RGB value is (172,32,46). Sum of RGB (Red+Green+Blue) = 172+32+46=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC202E is #53DFD1. Grayscale: #4B4B4B. Windows color (decimal): -5496786 or 3023020. OLE color: 3023020.

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

Color convert

RGB 172 32 46 -
CMYK 0 0.81 0.73 0.33
HSL 354º 0.69% 0.4% -
HSV(B) 354º 0.81% 0.67% -
XYZ 18.02 10 3.57 -
YUV 75.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 172 32 46 0 0.81 0.73 0.33 354 0.69 0.4
Hex AC 20 2E 0 51 49 21 162 45 28
Octal 254 40 56 0 121 111 41 542 105 50
Binary 10101100 100000 101110 0 1010001 1001001 100001 101100010 1000101 101000

Color Harmonies of #AC202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC202E

Black with #AC202E

Text Example


Text Example

White with #AC202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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