Html Css Color HEX #AC1E30 Cardinal

📋 copy color: '#AC1E30'

red 172 ◦ green 30 ◦ blue 48

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

Shades of Cardinal #AC1E30

Tints of Cardinal #AC1E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12%

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

R = 68.8%
G = 12%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1E30 (or 0xAC1E30) is known color: Cardinal. HEX triplet: AC, 1E and 30. RGB value is (172,30,48). Sum of RGB (Red+Green+Blue) = 172+30+48=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E30 is #53E1CF. Grayscale: #4A4A4A. Windows color (decimal): -5497296 or 3153580. OLE color: 3153580.

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

Color convert

RGB 172 30 48 -
CMYK 0 0.83 0.72 0.33
HSL 352.39º 0.7% 0.4% -
HSV(B) 352.39º 0.83% 0.67% -
XYZ 18.01 9.91 3.76 -
YUV 74.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 172 30 48 0 0.83 0.72 0.33 352.39 0.7 0.4
Hex AC 1E 30 0 53 48 21 160 46 28
Octal 254 36 60 0 123 110 41 540 106 50
Binary 10101100 11110 110000 0 1010011 1001000 100001 101100000 1000110 101000

Color Harmonies of #AC1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E30

Black with #AC1E30

Text Example


Text Example

White with #AC1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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