#BA0927

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

Shades of Venetian Red #BA0927

Tints of Venetian Red #BA0927

Color information

#BA0927 (or 0xBA0927) is unknown color: approx Venetian Red. HEX triplet: BA, 09 and 27. RGB value is (186,9,39). Sum of RGB (Red+Green+Blue) = 186+9+39=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0927 is #45F6D8. Grayscale: #414141. Windows color (decimal): -4585177 or 2558394. OLE color: 2558394.

HSL color Cylindrical-coordinate representation of color #BA0927: hue angle of 349.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0927 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB186939-
CMYK00.950.790.27
HSL349.83º90.77%38.24%-
HSV(B)349.83º95.16%72.94%-
XYZ20.7110.782.91-
YUV65.34113.14214.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.49%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=79.49%
G=3.85%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18693900.950.790.27349.8390.7738.24
HexBA92705F4F1B15e5b26
Octal272114701371173353613346
Binary101110101001100111010111111001111110111010111101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0927; }

 p { color: rgb(186,9,39); }

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

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

 a { background-color: rgb(186,9,39); }

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

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

 span { border-color: rgb(186,9,39); }

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