Html Css Color HEX #AC1630 Cardinal

📋 copy color: '#AC1630'

red 172 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #AC1630

Tints of Cardinal #AC1630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 71.07%
G = 9.09%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1630 (or 0xAC1630) is known color: Cardinal. HEX triplet: AC, 16 and 30. RGB value is (172,22,48). Sum of RGB (Red+Green+Blue) = 172+22+48=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1630 is #53E9CF. Grayscale: #454545. Windows color (decimal): -5499344 or 3151532. OLE color: 3151532.

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

Color convert

RGB 172 22 48 -
CMYK 0 0.87 0.72 0.33
HSL 349.6º 0.77% 0.38% -
HSV(B) 349.6º 0.87% 0.67% -
XYZ 17.83 9.56 3.7 -
YUV 69.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 172 22 48 0 0.87 0.72 0.33 349.6 0.77 0.38
Hex AC 16 30 0 57 48 21 15E 4D 26
Octal 254 26 60 0 127 110 41 536 115 46
Binary 10101100 10110 110000 0 1010111 1001000 100001 101011110 1001101 100110

Color Harmonies of #AC1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1630

Black with #AC1630

Text Example


Text Example

White with #AC1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1630; }

 p { color: rgb(172,22,48); }

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

background-color css

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

 a { background-color: rgb(172,22,48); }

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

border-color css

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

 span { border-color: rgb(172,22,48); }

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