#AD123E

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

Shades of Cardinal #AD123E

Tints of Cardinal #AD123E

Color information

#AD123E (or 0xAD123E) is unknown color: approx Cardinal. HEX triplet: AD, 12 and 3E. RGB value is (173,18,62). Sum of RGB (Red+Green+Blue) = 173+18+62=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD123E is #52EDC1. Grayscale: #454545. Windows color (decimal): -5434818 or 4068013. OLE color: 4068013.

HSL color Cylindrical-coordinate representation of color #AD123E: hue angle of 342.97º 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 #AD123E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1731862-
CMYK00.900.640.32
HSL342.97º81.15%37.45%-
HSV(B)342.97º89.6%67.84%-
XYZ18.329.665.46-
YUV69.36123.85201.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.38%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=68.38%
G=7.11%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173186200.900.640.32342.9781.1537.45
HexAD123E05A40201575125
Octal255227601321004052712145
Binary10101101100101111100101101010000001000001010101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD123E; }

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

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

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

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

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

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

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

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