Html Css Color HEX #AD0F3A Cardinal

📋 copy color: '#AD0F3A'

red 173 ◦ green 15 ◦ blue 58

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

Shades of Cardinal #AD0F3A

Tints of Cardinal #AD0F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 70.33%
G = 6.1%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD0F3A (or 0xAD0F3A) is known color: Cardinal. HEX triplet: AD, 0F and 3A. RGB value is (173,15,58). Sum of RGB (Red+Green+Blue) = 173+15+58=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F3A is #52F0C5. Grayscale: #434343. Windows color (decimal): -5435590 or 3805101. OLE color: 3805101.

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

Color convert

RGB 173 15 58 -
CMYK 0 0.91 0.66 0.32
HSL 343.67º 0.84% 0.37% -
HSV(B) 343.67º 0.91% 0.68% -
XYZ 18.17 9.53 4.89 -
YUV 67.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 173 15 58 0 0.91 0.66 0.32 343.67 0.84 0.37
Hex AD F 3A 0 5B 42 20 158 54 25
Octal 255 17 72 0 133 102 40 530 124 45
Binary 10101101 1111 111010 0 1011011 1000010 100000 101011000 1010100 100101

Color Harmonies of #AD0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F3A

Black with #AD0F3A

Text Example


Text Example

White with #AD0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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