Html Css Color HEX #AD083C Cardinal

📋 copy color: '#AD083C'

red 173 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #AD083C

Tints of Cardinal #AD083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 71.78%
G = 3.32%
B = 24.9%

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

#AD083C (or 0xAD083C) is known color: Cardinal. HEX triplet: AD, 08 and 3C. RGB value is (173,8,60). Sum of RGB (Red+Green+Blue) = 173+8+60=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD083C is #52F7C3. Grayscale: #3F3F3F. Windows color (decimal): -5437380 or 3934381. OLE color: 3934381.

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

Color convert

RGB 173 8 60 -
CMYK 0 0.95 0.65 0.32
HSL 341.09º 0.91% 0.35% -
HSV(B) 341.09º 0.95% 0.68% -
XYZ 18.14 9.38 5.13 -
YUV 63.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 173 8 60 0 0.95 0.65 0.32 341.09 0.91 0.35
Hex AD 8 3C 0 5F 41 20 155 5B 23
Octal 255 10 74 0 137 101 40 525 133 43
Binary 10101101 1000 111100 0 1011111 1000001 100000 101010101 1011011 100011

Color Harmonies of #AD083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD083C

Black with #AD083C

Text Example


Text Example

White with #AD083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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