Html Css Color HEX #AC1B3C Cardinal

📋 copy color: '#AC1B3C'

red 172 ◦ green 27 ◦ blue 60

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

Shades of Cardinal #AC1B3C

Tints of Cardinal #AC1B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.42%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 66.41%
G = 10.42%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC1B3C (or 0xAC1B3C) is known color: Cardinal. HEX triplet: AC, 1B and 3C. RGB value is (172,27,60). Sum of RGB (Red+Green+Blue) = 172+27+60=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B3C is #53E4C3. Grayscale: #4A4A4A. Windows color (decimal): -5498052 or 3939244. OLE color: 3939244.

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

Color convert

RGB 172 27 60 -
CMYK 0 0.84 0.65 0.33
HSL 346.34º 0.73% 0.39% -
HSV(B) 346.34º 0.84% 0.67% -
XYZ 18.22 9.88 5.22 -
YUV 74.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 172 27 60 0 0.84 0.65 0.33 346.34 0.73 0.39
Hex AC 1B 3C 0 54 41 21 15A 49 27
Octal 254 33 74 0 124 101 41 532 111 47
Binary 10101100 11011 111100 0 1010100 1000001 100001 101011010 1001001 100111

Color Harmonies of #AC1B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B3C

Black with #AC1B3C

Text Example


Text Example

White with #AC1B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B3C; }

 p { color: rgb(172,27,60); }

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

background-color css

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

 a { background-color: rgb(172,27,60); }

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

border-color css

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

 span { border-color: rgb(172,27,60); }

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