#AC0335

Color #AC0335 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AC0335

Tints of Cardinal #AC0335

Color information

#AC0335 (or 0xAC0335) is unknown color: approx Cardinal. HEX triplet: AC, 03 and 35. RGB value is (172,3,53). Sum of RGB (Red+Green+Blue) = 172+3+53=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0335 is #53FCCA. Grayscale: #3B3B3B. Windows color (decimal): -5504203 or 3474348. OLE color: 3474348.

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

Color convert

RGB172353-
CMYK00.980.690.33
HSL342.25º96.57%34.31%-
HSV(B)342.25º98.26%67.45%-
XYZ17.699.094.19-
YUV59.23124.49208.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.44%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=75.44%
G=1.32%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17235300.980.690.33342.2596.5734.31
HexAC33506245211566122
Octal25436501421054152614142
Binary10101100111101010110001010001011000011010101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0335; }

 p { color: rgb(172,3,53); }

 H1.HeaderClassName
 {
   color: #AC0335;
 }
 .AnyTagClassName
 {
   color: #AC0335;
 }
</style>
background-color css

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

 a { background-color: rgb(172,3,53); }

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

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

 span { border-color: rgb(172,3,53); }

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