#BA0925

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

Shades of Venetian Red #BA0925

Tints of Venetian Red #BA0925

Color information

#BA0925 (or 0xBA0925) is unknown color: approx Venetian Red. HEX triplet: BA, 09 and 25. RGB value is (186,9,37). Sum of RGB (Red+Green+Blue) = 186+9+37=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0925 is #45F6DA. Grayscale: #414141. Windows color (decimal): -4585179 or 2427322. OLE color: 2427322.

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

Color convert

RGB186937-
CMYK00.950.800.27
HSL350.51º90.77%38.24%-
HSV(B)350.51º95.16%72.94%-
XYZ20.6810.772.74-
YUV65.11112.14214.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.17%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=80.17%
G=3.88%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18693700.950.800.27350.5190.7738.24
HexBA92505F501B15f5b26
Octal272114501371203353713346
Binary101110101001100101010111111010000110111010111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0925; }

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

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

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

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

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

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

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

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