Html Css Color HEX #AC2030 Cardinal

📋 copy color: '#AC2030'

red 172 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #AC2030

Tints of Cardinal #AC2030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 68.25%
G = 12.7%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2030 (or 0xAC2030) is known color: Cardinal. HEX triplet: AC, 20 and 30. RGB value is (172,32,48). Sum of RGB (Red+Green+Blue) = 172+32+48=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2030 is #53DFCF. Grayscale: #4B4B4B. Windows color (decimal): -5496784 or 3154092. OLE color: 3154092.

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

Color convert

RGB 172 32 48 -
CMYK 0 0.81 0.72 0.33
HSL 353.14º 0.69% 0.4% -
HSV(B) 353.14º 0.81% 0.67% -
XYZ 18.06 10.02 3.78 -
YUV 75.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 172 32 48 0 0.81 0.72 0.33 353.14 0.69 0.4
Hex AC 20 30 0 51 48 21 161 45 28
Octal 254 40 60 0 121 110 41 541 105 50
Binary 10101100 100000 110000 0 1010001 1001000 100001 101100001 1000101 101000

Color Harmonies of #AC2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2030

Black with #AC2030

Text Example


Text Example

White with #AC2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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