Html Css Color HEX #BA0709 Venetian Red

📋 copy color: '#BA0709'

red 186 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #BA0709

Tints of Venetian Red #BA0709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

 BLUE value IS 9 (3.91% from 255) = 4.46%

R = 92.08%
G = 3.47%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA0709 (or 0xBA0709) is known color: Venetian Red. HEX triplet: BA, 07 and 09. RGB value is (186,7,9). Sum of RGB (Red+Green+Blue) = 186+7+9=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0709 is #45F8F6. Grayscale: #3C3C3C. Windows color (decimal): -4585719 or 591802. OLE color: 591802.

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

Color convert

RGB 186 7 9 -
CMYK 0 0.96 0.95 0.27
HSL 359.33º 0.93% 0.38% -
HSV(B) 359.33º 0.96% 0.73% -
XYZ 20.37 10.61 1.23 -
YUV 60.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 186 7 9 0 0.96 0.95 0.27 359.33 0.93 0.38
Hex BA 7 9 0 60 5F 1B 167 5D 26
Octal 272 7 11 0 140 137 33 547 135 46
Binary 10111010 111 1001 0 1100000 1011111 11011 101100111 1011101 100110

Color Harmonies of #BA0709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0709

Black with #BA0709

Text Example


Text Example

White with #BA0709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0709; }

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

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

background-color css

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

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

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

border-color css

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

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

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