Html Css Color HEX #BA0D12 Venetian Red

📋 copy color: '#BA0D12'

red 186 ◦ green 13 ◦ blue 18

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

Shades of Venetian Red #BA0D12

Tints of Venetian Red #BA0D12

RGB

 RED value IS 186 (73.05% from 255) = 85.71%

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

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

R = 85.71%
G = 5.99%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0D12 (or 0xBA0D12) is known color: Venetian Red. HEX triplet: BA, 0D and 12. RGB value is (186,13,18). Sum of RGB (Red+Green+Blue) = 186+13+18=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0D12 is #45F2ED. Grayscale: #414141. Windows color (decimal): -4584174 or 1183162. OLE color: 1183162.

HSL color Cylindrical-coordinate representation of color #BA0D12: hue angle of 358.27º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D12 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 18 -
CMYK 0 0.93 0.90 0.27
HSL 358.27º 0.87% 0.39% -
HSV(B) 358.27º 0.93% 0.73% -
XYZ 20.5 10.77 1.57 -
YUV 65.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 186 13 18 0 0.93 0.90 0.27 358.27 0.87 0.39
Hex BA D 12 0 5D 5A 1B 166 57 27
Octal 272 15 22 0 135 132 33 546 127 47
Binary 10111010 1101 10010 0 1011101 1011010 11011 101100110 1010111 100111

Color Harmonies of #BA0D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D12

Black with #BA0D12

Text Example


Text Example

White with #BA0D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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