Html Css Color HEX #AC1F37 Cardinal

📋 copy color: '#AC1F37'

red 172 ◦ green 31 ◦ blue 55

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

Shades of Cardinal #AC1F37

Tints of Cardinal #AC1F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 55 (21.88% from 255) = 21.32%

R = 66.67%
G = 12.02%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC1F37 (or 0xAC1F37) is known color: Cardinal. HEX triplet: AC, 1F and 37. RGB value is (172,31,55). Sum of RGB (Red+Green+Blue) = 172+31+55=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F37 is #53E0C8. Grayscale: #4B4B4B. Windows color (decimal): -5497033 or 3612588. OLE color: 3612588.

HSL color Cylindrical-coordinate representation of color #AC1F37: hue angle of 349.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F37 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 55 -
CMYK 0 0.82 0.68 0.33
HSL 349.79º 0.69% 0.4% -
HSV(B) 349.79º 0.82% 0.67% -
XYZ 18.19 10.03 4.59 -
YUV 75.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 172 31 55 0 0.82 0.68 0.33 349.79 0.69 0.4
Hex AC 1F 37 0 52 44 21 15E 45 28
Octal 254 37 67 0 122 104 41 536 105 50
Binary 10101100 11111 110111 0 1010010 1000100 100001 101011110 1000101 101000

Color Harmonies of #AC1F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F37

Black with #AC1F37

Text Example


Text Example

White with #AC1F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F37; }

 p { color: rgb(172,31,55); }

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

background-color css

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

 a { background-color: rgb(172,31,55); }

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

border-color css

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

 span { border-color: rgb(172,31,55); }

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