Html Css Color HEX #AC2337 Cardinal

📋 copy color: '#AC2337'

red 172 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #AC2337

Tints of Cardinal #AC2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 65.65%
G = 13.36%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC2337 (or 0xAC2337) is known color: Cardinal. HEX triplet: AC, 23 and 37. RGB value is (172,35,55). Sum of RGB (Red+Green+Blue) = 172+35+55=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2337 is #53DCC8. Grayscale: #4E4E4E. Windows color (decimal): -5496009 or 3613612. OLE color: 3613612.

HSL color Cylindrical-coordinate representation of color #AC2337: hue angle of 351.24º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2337 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 55 -
CMYK 0 0.80 0.68 0.33
HSL 351.24º 0.66% 0.41% -
HSV(B) 351.24º 0.8% 0.67% -
XYZ 18.3 10.25 4.63 -
YUV 78.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 172 35 55 0 0.80 0.68 0.33 351.24 0.66 0.41
Hex AC 23 37 0 50 44 21 15F 42 29
Octal 254 43 67 0 120 104 41 537 102 51
Binary 10101100 100011 110111 0 1010000 1000100 100001 101011111 1000010 101001

Color Harmonies of #AC2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2337

Black with #AC2337

Text Example


Text Example

White with #AC2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2337; }

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

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

background-color css

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

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

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

border-color css

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

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

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