Html Css Color HEX #AC1A3B Cardinal

📋 copy color: '#AC1A3B'

red 172 ◦ green 26 ◦ blue 59

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

Shades of Cardinal #AC1A3B

Tints of Cardinal #AC1A3B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.12%

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

R = 66.93%
G = 10.12%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC1A3B (or 0xAC1A3B) is known color: Cardinal. HEX triplet: AC, 1A and 3B. RGB value is (172,26,59). Sum of RGB (Red+Green+Blue) = 172+26+59=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A3B is #53E5C4. Grayscale: #494949. Windows color (decimal): -5498309 or 3873452. OLE color: 3873452.

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

Color convert

RGB 172 26 59 -
CMYK 0 0.85 0.66 0.33
HSL 346.44º 0.74% 0.39% -
HSV(B) 346.44º 0.85% 0.67% -
XYZ 18.17 9.83 5.08 -
YUV 73.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 172 26 59 0 0.85 0.66 0.33 346.44 0.74 0.39
Hex AC 1A 3B 0 55 42 21 15A 4A 27
Octal 254 32 73 0 125 102 41 532 112 47
Binary 10101100 11010 111011 0 1010101 1000010 100001 101011010 1001010 100111

Color Harmonies of #AC1A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A3B

Black with #AC1A3B

Text Example


Text Example

White with #AC1A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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