Html Css Color HEX #AC1625 Cardinal

📋 copy color: '#AC1625'

red 172 ◦ green 22 ◦ blue 37

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

Shades of Cardinal #AC1625

Tints of Cardinal #AC1625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.02%

R = 74.46%
G = 9.52%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC1625 (or 0xAC1625) is known color: Cardinal. HEX triplet: AC, 16 and 25. RGB value is (172,22,37). Sum of RGB (Red+Green+Blue) = 172+22+37=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1625 is #53E9DA. Grayscale: #444444. Windows color (decimal): -5499355 or 2430636. OLE color: 2430636.

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

Color convert

RGB 172 22 37 -
CMYK 0 0.87 0.78 0.33
HSL 354º 0.77% 0.38% -
HSV(B) 354º 0.87% 0.67% -
XYZ 17.63 9.48 2.65 -
YUV 68.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 172 22 37 0 0.87 0.78 0.33 354 0.77 0.38
Hex AC 16 25 0 57 4E 21 162 4D 26
Octal 254 26 45 0 127 116 41 542 115 46
Binary 10101100 10110 100101 0 1010111 1001110 100001 101100010 1001101 100110

Color Harmonies of #AC1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1625

Black with #AC1625

Text Example


Text Example

White with #AC1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1625; }

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

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

background-color css

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

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

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

border-color css

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

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

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