Html Css Color HEX #AD0C2F Cardinal

📋 copy color: '#AD0C2F'

red 173 ◦ green 12 ◦ blue 47

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

Shades of Cardinal #AD0C2F

Tints of Cardinal #AD0C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 74.57%
G = 5.17%
B = 20.26%

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

#AD0C2F (or 0xAD0C2F) is known color: Cardinal. HEX triplet: AD, 0C and 2F. RGB value is (173,12,47). Sum of RGB (Red+Green+Blue) = 173+12+47=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C2F is #52F3D0. Grayscale: #404040. Windows color (decimal): -5436369 or 3083437. OLE color: 3083437.

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

Color convert

RGB 173 12 47 -
CMYK 0 0.93 0.73 0.32
HSL 346.96º 0.87% 0.36% -
HSV(B) 346.96º 0.93% 0.68% -
XYZ 17.88 9.35 3.55 -
YUV 64.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 173 12 47 0 0.93 0.73 0.32 346.96 0.87 0.36
Hex AD C 2F 0 5D 49 20 15B 57 24
Octal 255 14 57 0 135 111 40 533 127 44
Binary 10101101 1100 101111 0 1011101 1001001 100000 101011011 1010111 100100

Color Harmonies of #AD0C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C2F

Black with #AD0C2F

Text Example


Text Example

White with #AD0C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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