Html Css Color HEX #BA0E1B Venetian Red

📋 copy color: '#BA0E1B'

red 186 ◦ green 14 ◦ blue 27

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

Shades of Venetian Red #BA0E1B

Tints of Venetian Red #BA0E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

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

R = 81.94%
G = 6.17%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA0E1B (or 0xBA0E1B) is known color: Venetian Red. HEX triplet: BA, 0E and 1B. RGB value is (186,14,27). Sum of RGB (Red+Green+Blue) = 186+14+27=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E1B is #45F1E4. Grayscale: #434343. Windows color (decimal): -4583909 or 1773242. OLE color: 1773242.

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

Color convert

RGB 186 14 27 -
CMYK 0 0.92 0.85 0.27
HSL 355.47º 0.86% 0.39% -
HSV(B) 355.47º 0.92% 0.73% -
XYZ 20.6 10.83 2.04 -
YUV 66.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 186 14 27 0 0.92 0.85 0.27 355.47 0.86 0.39
Hex BA E 1B 0 5C 55 1B 163 56 27
Octal 272 16 33 0 134 125 33 543 126 47
Binary 10111010 1110 11011 0 1011100 1010101 11011 101100011 1010110 100111

Color Harmonies of #BA0E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E1B

Black with #BA0E1B

Text Example


Text Example

White with #BA0E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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