Html Css Color HEX #AD0B12 Venetian Red

📋 copy color: '#AD0B12'

red 173 ◦ green 11 ◦ blue 18

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

Shades of Venetian Red #AD0B12

Tints of Venetian Red #AD0B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 85.64%
G = 5.45%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD0B12 (or 0xAD0B12) is known color: Venetian Red. HEX triplet: AD, 0B and 12. RGB value is (173,11,18). Sum of RGB (Red+Green+Blue) = 173+11+18=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B12 is #52F4ED. Grayscale: #3C3C3C. Windows color (decimal): -5436654 or 1182637. OLE color: 1182637.

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

Color convert

RGB 173 11 18 -
CMYK 0 0.94 0.90 0.32
HSL 357.41º 0.88% 0.36% -
HSV(B) 357.41º 0.94% 0.68% -
XYZ 17.46 9.17 1.42 -
YUV 60.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 173 11 18 0 0.94 0.90 0.32 357.41 0.88 0.36
Hex AD B 12 0 5E 5A 20 165 58 24
Octal 255 13 22 0 136 132 40 545 130 44
Binary 10101101 1011 10010 0 1011110 1011010 100000 101100101 1011000 100100

Color Harmonies of #AD0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B12

Black with #AD0B12

Text Example


Text Example

White with #AD0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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