Html Css Color HEX #AC0838 Cardinal

📋 copy color: '#AC0838'

red 172 ◦ green 8 ◦ blue 56

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

Shades of Cardinal #AC0838

Tints of Cardinal #AC0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 72.88%
G = 3.39%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC0838 (or 0xAC0838) is known color: Cardinal. HEX triplet: AC, 08 and 38. RGB value is (172,8,56). Sum of RGB (Red+Green+Blue) = 172+8+56=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0838 is #53F7C7. Grayscale: #3E3E3E. Windows color (decimal): -5502920 or 3672236. OLE color: 3672236.

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

Color convert

RGB 172 8 56 -
CMYK 0 0.95 0.67 0.33
HSL 342.44º 0.91% 0.35% -
HSV(B) 342.44º 0.95% 0.67% -
XYZ 17.81 9.23 4.58 -
YUV 62.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 172 8 56 0 0.95 0.67 0.33 342.44 0.91 0.35
Hex AC 8 38 0 5F 43 21 156 5B 23
Octal 254 10 70 0 137 103 41 526 133 43
Binary 10101100 1000 111000 0 1011111 1000011 100001 101010110 1011011 100011

Color Harmonies of #AC0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0838

Black with #AC0838

Text Example


Text Example

White with #AC0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0838; }

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

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

background-color css

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

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

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

border-color css

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

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

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