Html Css Color HEX #AC1C3F Cardinal

📋 copy color: '#AC1C3F'

red 172 ◦ green 28 ◦ blue 63

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

Shades of Cardinal #AC1C3F

Tints of Cardinal #AC1C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.65%

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

R = 65.4%
G = 10.65%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1C3F (or 0xAC1C3F) is known color: Cardinal. HEX triplet: AC, 1C and 3F. RGB value is (172,28,63). Sum of RGB (Red+Green+Blue) = 172+28+63=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C3F is #53E3C0. Grayscale: #4B4B4B. Windows color (decimal): -5497793 or 4136108. OLE color: 4136108.

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

Color convert

RGB 172 28 63 -
CMYK 0 0.84 0.63 0.33
HSL 345.42º 0.72% 0.39% -
HSV(B) 345.42º 0.84% 0.67% -
XYZ 18.33 9.96 5.66 -
YUV 75.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 172 28 63 0 0.84 0.63 0.33 345.42 0.72 0.39
Hex AC 1C 3F 0 54 3F 21 159 48 27
Octal 254 34 77 0 124 77 41 531 110 47
Binary 10101100 11100 111111 0 1010100 111111 100001 101011001 1001000 100111

Color Harmonies of #AC1C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C3F

Black with #AC1C3F

Text Example


Text Example

White with #AC1C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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