#BA000F

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

Shades of Venetian Red #BA000F

Tints of Venetian Red #BA000F

Color information

#BA000F (or 0xBA000F) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 0F. RGB value is (186,0,15). Sum of RGB (Red+Green+Blue) = 186+0+15=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA000F is #45FFF0. Grayscale: #393939. Windows color (decimal): -4587505 or 983226. OLE color: 983226.

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

Color convert

RGB186015-
CMYK010.920.27
HSL355.16º100%36.47%-
HSV(B)355.16º100%72.94%-
XYZ20.3410.471.4-
YUV57.32104.12219.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 92.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=92.54%
G=0%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186015010.920.27355.1610036.47
HexBA0F0645C1B1636424
Octal27201701441343354314444
Binary1011101001111011001001011100110111011000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA000F; }

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

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

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

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

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

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

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

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