Html Css Color HEX #AC0438 Cardinal

📋 copy color: '#AC0438'

red 172 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #AC0438

Tints of Cardinal #AC0438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 74.14%
G = 1.72%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC0438 (or 0xAC0438) is known color: Cardinal. HEX triplet: AC, 04 and 38. RGB value is (172,4,56). Sum of RGB (Red+Green+Blue) = 172+4+56=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0438 is #53FBC7. Grayscale: #3C3C3C. Windows color (decimal): -5503944 or 3671212. OLE color: 3671212.

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

Color convert

RGB 172 4 56 -
CMYK 0 0.98 0.67 0.33
HSL 341.43º 0.95% 0.35% -
HSV(B) 341.43º 0.98% 0.67% -
XYZ 17.77 9.14 4.57 -
YUV 60.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 172 4 56 0 0.98 0.67 0.33 341.43 0.95 0.35
Hex AC 4 38 0 62 43 21 155 5F 23
Octal 254 4 70 0 142 103 41 525 137 43
Binary 10101100 100 111000 0 1100010 1000011 100001 101010101 1011111 100011

Color Harmonies of #AC0438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0438

Black with #AC0438

Text Example


Text Example

White with #AC0438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0438; }

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

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

background-color css

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

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

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

border-color css

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

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

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