Html Css Color HEX #BA081B Venetian Red

📋 copy color: '#BA081B'

red 186 ◦ green 8 ◦ blue 27

#BA081B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BA081B

Tints of Venetian Red #BA081B

RGB

 RED value IS 186 (73.05% from 255) = 84.16%

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 84.16%
G = 3.62%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA081B (or 0xBA081B) is known color: Venetian Red. HEX triplet: BA, 08 and 1B. RGB value is (186,8,27). Sum of RGB (Red+Green+Blue) = 186+8+27=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA081B is #45F7E4. Grayscale: #3F3F3F. Windows color (decimal): -4585445 or 1771706. OLE color: 1771706.

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

Color convert

RGB 186 8 27 -
CMYK 0 0.96 0.85 0.27
HSL 353.6º 0.92% 0.38% -
HSV(B) 353.6º 0.96% 0.73% -
XYZ 20.53 10.69 2.02 -
YUV 63.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 186 8 27 0 0.96 0.85 0.27 353.6 0.92 0.38
Hex BA 8 1B 0 60 55 1B 162 5C 26
Octal 272 10 33 0 140 125 33 542 134 46
Binary 10111010 1000 11011 0 1100000 1010101 11011 101100010 1011100 100110

Color Harmonies of #BA081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA081B

Black with #BA081B

Text Example


Text Example

White with #BA081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA081B; }

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

 H1.HeaderClassName
 {
   color: #BA081B;
 }
 .AnyTagClassName
 {
   color: #BA081B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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