Html Css Color HEX #BA0F14 Venetian Red

📋 copy color: '#BA0F14'

red 186 ◦ green 15 ◦ blue 20

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

Shades of Venetian Red #BA0F14

Tints of Venetian Red #BA0F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 84.16%
G = 6.79%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0F14 (or 0xBA0F14) is known color: Venetian Red. HEX triplet: BA, 0F and 14. RGB value is (186,15,20). Sum of RGB (Red+Green+Blue) = 186+15+20=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0F14 is #45F0EB. Grayscale: #424242. Windows color (decimal): -4583660 or 1314746. OLE color: 1314746.

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

Color convert

RGB 186 15 20 -
CMYK 0 0.92 0.89 0.27
HSL 358.25º 0.85% 0.39% -
HSV(B) 358.25º 0.92% 0.73% -
XYZ 20.55 10.83 1.67 -
YUV 66.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 186 15 20 0 0.92 0.89 0.27 358.25 0.85 0.39
Hex BA F 14 0 5C 59 1B 166 55 27
Octal 272 17 24 0 134 131 33 546 125 47
Binary 10111010 1111 10100 0 1011100 1011001 11011 101100110 1010101 100111

Color Harmonies of #BA0F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F14

Black with #BA0F14

Text Example


Text Example

White with #BA0F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F14; }

 p { color: rgb(186,15,20); }

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

background-color css

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

 a { background-color: rgb(186,15,20); }

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

border-color css

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

 span { border-color: rgb(186,15,20); }

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