Html Css Color HEX #AC1E3F Cardinal

📋 copy color: '#AC1E3F'

red 172 ◦ green 30 ◦ blue 63

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

Shades of Cardinal #AC1E3F

Tints of Cardinal #AC1E3F

RGB

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

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

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

R = 64.91%
G = 11.32%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1E3F (or 0xAC1E3F) is known color: Cardinal. HEX triplet: AC, 1E and 3F. RGB value is (172,30,63). Sum of RGB (Red+Green+Blue) = 172+30+63=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E3F is #53E1C0. Grayscale: #4C4C4C. Windows color (decimal): -5497281 or 4136620. OLE color: 4136620.

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

Color convert

RGB 172 30 63 -
CMYK 0 0.83 0.63 0.33
HSL 346.06º 0.7% 0.4% -
HSV(B) 346.06º 0.83% 0.67% -
XYZ 18.37 10.06 5.68 -
YUV 76.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 172 30 63 0 0.83 0.63 0.33 346.06 0.7 0.4
Hex AC 1E 3F 0 53 3F 21 15A 46 28
Octal 254 36 77 0 123 77 41 532 106 50
Binary 10101100 11110 111111 0 1010011 111111 100001 101011010 1000110 101000

Color Harmonies of #AC1E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E3F

Black with #AC1E3F

Text Example


Text Example

White with #AC1E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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