#AD123D

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

Shades of Cardinal #AD123D

Tints of Cardinal #AD123D

Color information

#AD123D (or 0xAD123D) is unknown color: approx Cardinal. HEX triplet: AD, 12 and 3D. RGB value is (173,18,61). Sum of RGB (Red+Green+Blue) = 173+18+61=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD123D is #52EDC2. Grayscale: #454545. Windows color (decimal): -5434819 or 4002477. OLE color: 4002477.

HSL color Cylindrical-coordinate representation of color #AD123D: hue angle of 343.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD123D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1731861-
CMYK00.900.650.32
HSL343.35º81.15%37.45%-
HSV(B)343.35º89.6%67.84%-
XYZ18.299.655.31-
YUV69.25123.35202-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=68.65%
G=7.14%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173186100.900.650.32343.3581.1537.45
HexAD123D05A41201575125
Octal255227501321014052712145
Binary10101101100101111010101101010000011000001010101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD123D; }

 p { color: rgb(173,18,61); }

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

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

 a { background-color: rgb(173,18,61); }

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

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

 span { border-color: rgb(173,18,61); }

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