Html Css Color HEX #AC1838 Cardinal

📋 copy color: '#AC1838'

red 172 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #AC1838

Tints of Cardinal #AC1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 68.25%
G = 9.52%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1838 (or 0xAC1838) is known color: Cardinal. HEX triplet: AC, 18 and 38. RGB value is (172,24,56). Sum of RGB (Red+Green+Blue) = 172+24+56=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1838 is #53E7C7. Grayscale: #474747. Windows color (decimal): -5498824 or 3676332. OLE color: 3676332.

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

Color convert

RGB 172 24 56 -
CMYK 0 0.86 0.67 0.33
HSL 347.03º 0.76% 0.38% -
HSV(B) 347.03º 0.86% 0.67% -
XYZ 18.05 9.71 4.66 -
YUV 71.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 172 24 56 0 0.86 0.67 0.33 347.03 0.76 0.38
Hex AC 18 38 0 56 43 21 15B 4C 26
Octal 254 30 70 0 126 103 41 533 114 46
Binary 10101100 11000 111000 0 1010110 1000011 100001 101011011 1001100 100110

Color Harmonies of #AC1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1838

Black with #AC1838

Text Example


Text Example

White with #AC1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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