Html Css Color HEX #AC1C3B Cardinal

📋 copy color: '#AC1C3B'

red 172 ◦ green 28 ◦ blue 59

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

Shades of Cardinal #AC1C3B

Tints of Cardinal #AC1C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 66.41%
G = 10.81%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC1C3B (or 0xAC1C3B) is known color: Cardinal. HEX triplet: AC, 1C and 3B. RGB value is (172,28,59). Sum of RGB (Red+Green+Blue) = 172+28+59=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C3B is #53E3C4. Grayscale: #4A4A4A. Windows color (decimal): -5497797 or 3873964. OLE color: 3873964.

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

Color convert

RGB 172 28 59 -
CMYK 0 0.84 0.66 0.33
HSL 347.08º 0.72% 0.39% -
HSV(B) 347.08º 0.84% 0.67% -
XYZ 18.22 9.92 5.09 -
YUV 74.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 172 28 59 0 0.84 0.66 0.33 347.08 0.72 0.39
Hex AC 1C 3B 0 54 42 21 15B 48 27
Octal 254 34 73 0 124 102 41 533 110 47
Binary 10101100 11100 111011 0 1010100 1000010 100001 101011011 1001000 100111

Color Harmonies of #AC1C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C3B

Black with #AC1C3B

Text Example


Text Example

White with #AC1C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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