Html Css Color HEX #AD083D Cardinal

📋 copy color: '#AD083D'

red 173 ◦ green 8 ◦ blue 61

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

Shades of Cardinal #AD083D

Tints of Cardinal #AD083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 71.49%
G = 3.31%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD083D (or 0xAD083D) is known color: Cardinal. HEX triplet: AD, 08 and 3D. RGB value is (173,8,61). Sum of RGB (Red+Green+Blue) = 173+8+61=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD083D is #52F7C2. Grayscale: #3F3F3F. Windows color (decimal): -5437379 or 3999917. OLE color: 3999917.

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

Color convert

RGB 173 8 61 -
CMYK 0 0.95 0.65 0.32
HSL 340.73º 0.91% 0.35% -
HSV(B) 340.73º 0.95% 0.68% -
XYZ 18.16 9.39 5.27 -
YUV 63.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 173 8 61 0 0.95 0.65 0.32 340.73 0.91 0.35
Hex AD 8 3D 0 5F 41 20 155 5B 23
Octal 255 10 75 0 137 101 40 525 133 43
Binary 10101101 1000 111101 0 1011111 1000001 100000 101010101 1011011 100011

Color Harmonies of #AD083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD083D

Black with #AD083D

Text Example


Text Example

White with #AD083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD083D; }

 p { color: rgb(173,8,61); }

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

background-color css

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

 a { background-color: rgb(173,8,61); }

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

border-color css

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

 span { border-color: rgb(173,8,61); }

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