Html Css Color HEX #AD0B2E Cardinal

📋 copy color: '#AD0B2E'

red 173 ◦ green 11 ◦ blue 46

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

Shades of Cardinal #AD0B2E

Tints of Cardinal #AD0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

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

R = 75.22%
G = 4.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD0B2E (or 0xAD0B2E) is known color: Cardinal. HEX triplet: AD, 0B and 2E. RGB value is (173,11,46). Sum of RGB (Red+Green+Blue) = 173+11+46=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B2E is #52F4D1. Grayscale: #3F3F3F. Windows color (decimal): -5436626 or 3017645. OLE color: 3017645.

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

Color convert

RGB 173 11 46 -
CMYK 0 0.94 0.73 0.32
HSL 347.04º 0.88% 0.36% -
HSV(B) 347.04º 0.94% 0.68% -
XYZ 17.85 9.32 3.44 -
YUV 63.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 173 11 46 0 0.94 0.73 0.32 347.04 0.88 0.36
Hex AD B 2E 0 5E 49 20 15B 58 24
Octal 255 13 56 0 136 111 40 533 130 44
Binary 10101101 1011 101110 0 1011110 1001001 100000 101011011 1011000 100100

Color Harmonies of #AD0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B2E

Black with #AD0B2E

Text Example


Text Example

White with #AD0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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