Html Css Color HEX #BA0F12 Venetian Red

📋 copy color: '#BA0F12'

red 186 ◦ green 15 ◦ blue 18

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

Shades of Venetian Red #BA0F12

Tints of Venetian Red #BA0F12

RGB

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

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

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

R = 84.93%
G = 6.85%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0F12 (or 0xBA0F12) is known color: Venetian Red. HEX triplet: BA, 0F and 12. RGB value is (186,15,18). Sum of RGB (Red+Green+Blue) = 186+15+18=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0F12 is #45F0ED. Grayscale: #424242. Windows color (decimal): -4583662 or 1183674. OLE color: 1183674.

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

Color convert

RGB 186 15 18 -
CMYK 0 0.92 0.90 0.27
HSL 358.95º 0.85% 0.39% -
HSV(B) 358.95º 0.92% 0.73% -
XYZ 20.53 10.82 1.58 -
YUV 66.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 186 15 18 0 0.92 0.90 0.27 358.95 0.85 0.39
Hex BA F 12 0 5C 5A 1B 167 55 27
Octal 272 17 22 0 134 132 33 547 125 47
Binary 10111010 1111 10010 0 1011100 1011010 11011 101100111 1010101 100111

Color Harmonies of #BA0F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F12

Black with #BA0F12

Text Example


Text Example

White with #BA0F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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