Html Css Color HEX #AC1738 Cardinal

📋 copy color: '#AC1738'

red 172 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #AC1738

Tints of Cardinal #AC1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 68.53%
G = 9.16%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1738 (or 0xAC1738) is known color: Cardinal. HEX triplet: AC, 17 and 38. RGB value is (172,23,56). Sum of RGB (Red+Green+Blue) = 172+23+56=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1738 is #53E8C7. Grayscale: #474747. Windows color (decimal): -5499080 or 3676076. OLE color: 3676076.

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

Color convert

RGB 172 23 56 -
CMYK 0 0.87 0.67 0.33
HSL 346.71º 0.76% 0.38% -
HSV(B) 346.71º 0.87% 0.67% -
XYZ 18.03 9.67 4.66 -
YUV 71.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 172 23 56 0 0.87 0.67 0.33 346.71 0.76 0.38
Hex AC 17 38 0 57 43 21 15B 4C 26
Octal 254 27 70 0 127 103 41 533 114 46
Binary 10101100 10111 111000 0 1010111 1000011 100001 101011011 1001100 100110

Color Harmonies of #AC1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1738

Black with #AC1738

Text Example


Text Example

White with #AC1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1738; }

 p { color: rgb(172,23,56); }

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

background-color css

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

 a { background-color: rgb(172,23,56); }

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

border-color css

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

 span { border-color: rgb(172,23,56); }

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