Html Css Color HEX #BA0920 Venetian Red

📋 copy color: '#BA0920'

red 186 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #BA0920

Tints of Venetian Red #BA0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 81.94%
G = 3.96%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0920 (or 0xBA0920) is known color: Venetian Red. HEX triplet: BA, 09 and 20. RGB value is (186,9,32). Sum of RGB (Red+Green+Blue) = 186+9+32=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0920 is #45F6DF. Grayscale: #404040. Windows color (decimal): -4585184 or 2099642. OLE color: 2099642.

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

Color convert

RGB 186 9 32 -
CMYK 0 0.95 0.83 0.27
HSL 352.2º 0.91% 0.38% -
HSV(B) 352.2º 0.95% 0.73% -
XYZ 20.61 10.74 2.35 -
YUV 64.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 186 9 32 0 0.95 0.83 0.27 352.2 0.91 0.38
Hex BA 9 20 0 5F 53 1B 160 5B 26
Octal 272 11 40 0 137 123 33 540 133 46
Binary 10111010 1001 100000 0 1011111 1010011 11011 101100000 1011011 100110

Color Harmonies of #BA0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0920

Black with #BA0920

Text Example


Text Example

White with #BA0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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