#BA082B

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

Shades of Venetian Red #BA082B

Tints of Venetian Red #BA082B

Color information

#BA082B (or 0xBA082B) is unknown color: approx Venetian Red. HEX triplet: BA, 08 and 2B. RGB value is (186,8,43). Sum of RGB (Red+Green+Blue) = 186+8+43=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA082B is #45F7D4. Grayscale: #414141. Windows color (decimal): -4585429 or 2820282. OLE color: 2820282.

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

Color convert

RGB186843-
CMYK00.960.770.27
HSL348.2º91.75%38.04%-
HSV(B)348.2º95.7%72.94%-
XYZ20.7710.793.27-
YUV65.21115.47214.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=78.48%
G=3.38%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18684300.960.770.27348.291.7538.04
HexBA82B0604D1B15c5c26
Octal272105301401153353413446
Binary101110101000101011011000001001101110111010111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA082B; }

 p { color: rgb(186,8,43); }

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

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

 a { background-color: rgb(186,8,43); }

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

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

 span { border-color: rgb(186,8,43); }

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