Html Css Color HEX #AD0F37 Cardinal

📋 copy color: '#AD0F37'

red 173 ◦ green 15 ◦ blue 55

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

Shades of Cardinal #AD0F37

Tints of Cardinal #AD0F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 55 (21.88% from 255) = 22.63%

R = 71.19%
G = 6.17%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD0F37 (or 0xAD0F37) is known color: Cardinal. HEX triplet: AD, 0F and 37. RGB value is (173,15,55). Sum of RGB (Red+Green+Blue) = 173+15+55=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F37 is #52F0C8. Grayscale: #424242. Windows color (decimal): -5435593 or 3608493. OLE color: 3608493.

HSL color Cylindrical-coordinate representation of color #AD0F37: hue angle of 344.81º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F37 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 15 55 -
CMYK 0 0.91 0.68 0.32
HSL 344.81º 0.84% 0.37% -
HSV(B) 344.81º 0.91% 0.68% -
XYZ 18.09 9.5 4.49 -
YUV 66.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 173 15 55 0 0.91 0.68 0.32 344.81 0.84 0.37
Hex AD F 37 0 5B 44 20 159 54 25
Octal 255 17 67 0 133 104 40 531 124 45
Binary 10101101 1111 110111 0 1011011 1000100 100000 101011001 1010100 100101

Color Harmonies of #AD0F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F37

Black with #AD0F37

Text Example


Text Example

White with #AD0F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F37; }

 p { color: rgb(173,15,55); }

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

background-color css

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

 a { background-color: rgb(173,15,55); }

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

border-color css

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

 span { border-color: rgb(173,15,55); }

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