#BA0F1B

Color #BA0F1B Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BA0F1B

Tints of Venetian Red #BA0F1B

Color information

#BA0F1B (or 0xBA0F1B) is unknown color: approx Venetian Red. HEX triplet: BA, 0F and 1B. RGB value is (186,15,27). Sum of RGB (Red+Green+Blue) = 186+15+27=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F1B is #45F0E4. Grayscale: #434343. Windows color (decimal): -4583653 or 1773498. OLE color: 1773498.

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

Color convert

RGB1861527-
CMYK00.920.850.27
HSL355.79º85.07%39.41%-
HSV(B)355.79º91.94%72.94%-
XYZ20.6210.862.05-
YUV67.5105.15212.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.58%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=81.58%
G=6.58%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186152700.920.850.27355.7985.0739.41
HexBAF1B05C551B1645527
Octal272173301341253354412547
Binary10111010111111011010111001010101110111011001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F1B; }

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

 H1.HeaderClassName
 {
   color: #BA0F1B;
 }
 .AnyTagClassName
 {
   color: #BA0F1B;
 }
</style>
background-color css

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

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

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

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

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

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