Html Css Color HEX #AD0C2E Cardinal

📋 copy color: '#AD0C2E'

red 173 ◦ green 12 ◦ blue 46

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

Shades of Cardinal #AD0C2E

Tints of Cardinal #AD0C2E

RGB

 RED value IS 173 (67.97% from 255) = 74.89%

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 46 (18.36% from 255) = 19.91%

R = 74.89%
G = 5.19%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD0C2E (or 0xAD0C2E) is known color: Cardinal. HEX triplet: AD, 0C and 2E. RGB value is (173,12,46). Sum of RGB (Red+Green+Blue) = 173+12+46=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C2E is #52F3D1. Grayscale: #404040. Windows color (decimal): -5436370 or 3017901. OLE color: 3017901.

HSL color Cylindrical-coordinate representation of color #AD0C2E: hue angle of 347.33º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C2E is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 46 -
CMYK 0 0.93 0.73 0.32
HSL 347.33º 0.87% 0.36% -
HSV(B) 347.33º 0.93% 0.68% -
XYZ 17.86 9.34 3.45 -
YUV 64.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 173 12 46 0 0.93 0.73 0.32 347.33 0.87 0.36
Hex AD C 2E 0 5D 49 20 15B 57 24
Octal 255 14 56 0 135 111 40 533 127 44
Binary 10101101 1100 101110 0 1011101 1001001 100000 101011011 1010111 100100

Color Harmonies of #AD0C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C2E

Black with #AD0C2E

Text Example


Text Example

White with #AD0C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C2E; }

 p { color: rgb(173,12,46); }

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

background-color css

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

 a { background-color: rgb(173,12,46); }

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

border-color css

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

 span { border-color: rgb(173,12,46); }

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