Html Css Color HEX #AD0B3E Cardinal

📋 copy color: '#AD0B3E'

red 173 ◦ green 11 ◦ blue 62

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

Shades of Cardinal #AD0B3E

Tints of Cardinal #AD0B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 70.33%
G = 4.47%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD0B3E (or 0xAD0B3E) is known color: Cardinal. HEX triplet: AD, 0B and 3E. RGB value is (173,11,62). Sum of RGB (Red+Green+Blue) = 173+11+62=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B3E is #52F4C1. Grayscale: #414141. Windows color (decimal): -5436610 or 4066221. OLE color: 4066221.

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

Color convert

RGB 173 11 62 -
CMYK 0 0.94 0.64 0.32
HSL 341.11º 0.88% 0.36% -
HSV(B) 341.11º 0.94% 0.68% -
XYZ 18.22 9.47 5.43 -
YUV 65.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 173 11 62 0 0.94 0.64 0.32 341.11 0.88 0.36
Hex AD B 3E 0 5E 40 20 155 58 24
Octal 255 13 76 0 136 100 40 525 130 44
Binary 10101101 1011 111110 0 1011110 1000000 100000 101010101 1011000 100100

Color Harmonies of #AD0B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B3E

Black with #AD0B3E

Text Example


Text Example

White with #AD0B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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