Html Css Color HEX #AD0D12 Venetian Red

📋 copy color: '#AD0D12'

red 173 ◦ green 13 ◦ blue 18

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

Shades of Venetian Red #AD0D12

Tints of Venetian Red #AD0D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.37%

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

R = 84.8%
G = 6.37%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD0D12 (or 0xAD0D12) is known color: Venetian Red. HEX triplet: AD, 0D and 12. RGB value is (173,13,18). Sum of RGB (Red+Green+Blue) = 173+13+18=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0D12 is #52F2ED. Grayscale: #3D3D3D. Windows color (decimal): -5436142 or 1183149. OLE color: 1183149.

HSL color Cylindrical-coordinate representation of color #AD0D12: hue angle of 358.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0D12 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 13 18 -
CMYK 0 0.92 0.90 0.32
HSL 358.13º 0.86% 0.36% -
HSV(B) 358.13º 0.92% 0.68% -
XYZ 17.49 9.22 1.43 -
YUV 61.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 173 13 18 0 0.92 0.90 0.32 358.13 0.86 0.36
Hex AD D 12 0 5C 5A 20 166 56 24
Octal 255 15 22 0 134 132 40 546 126 44
Binary 10101101 1101 10010 0 1011100 1011010 100000 101100110 1010110 100100

Color Harmonies of #AD0D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D12

Black with #AD0D12

Text Example


Text Example

White with #AD0D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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