Html Css Color HEX #BA090A Venetian Red

📋 copy color: '#BA090A'

red 186 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #BA090A

Tints of Venetian Red #BA090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 90.73%
G = 4.39%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA090A (or 0xBA090A) is known color: Venetian Red. HEX triplet: BA, 09 and 0A. RGB value is (186,9,10). Sum of RGB (Red+Green+Blue) = 186+9+10=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA090A is #45F6F5. Grayscale: #3E3E3E. Windows color (decimal): -4585206 or 657850. OLE color: 657850.

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

Color convert

RGB 186 9 10 -
CMYK 0 0.95 0.95 0.27
HSL 359.66º 0.91% 0.38% -
HSV(B) 359.66º 0.95% 0.73% -
XYZ 20.4 10.66 1.27 -
YUV 62.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 186 9 10 0 0.95 0.95 0.27 359.66 0.91 0.38
Hex BA 9 A 0 5F 5F 1B 168 5B 26
Octal 272 11 12 0 137 137 33 550 133 46
Binary 10111010 1001 1010 0 1011111 1011111 11011 101101000 1011011 100110

Color Harmonies of #BA090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA090A

Black with #BA090A

Text Example


Text Example

White with #BA090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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