Html Css Color HEX #BA0109 Venetian Red

📋 copy color: '#BA0109'

red 186 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #BA0109

Tints of Venetian Red #BA0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 94.9%
G = 0.51%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA0109 (or 0xBA0109) is known color: Venetian Red. HEX triplet: BA, 01 and 09. RGB value is (186,1,9). Sum of RGB (Red+Green+Blue) = 186+1+9=196 (25% of max value = 765). Red value is 186 (73.05% from 255 or 94.90% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0109 is #45FEF6. Grayscale: #393939. Windows color (decimal): -4587255 or 590266. OLE color: 590266.

HSL color Cylindrical-coordinate representation of color #BA0109: hue angle of 357.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0109 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 9 -
CMYK 0 0.99 0.95 0.27
HSL 357.41º 0.99% 0.37% -
HSV(B) 357.41º 0.99% 0.73% -
XYZ 20.31 10.48 1.21 -
YUV 57.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 186 1 9 0 0.99 0.95 0.27 357.41 0.99 0.37
Hex BA 1 9 0 63 5F 1B 165 63 25
Octal 272 1 11 0 143 137 33 545 143 45
Binary 10111010 1 1001 0 1100011 1011111 11011 101100101 1100011 100101

Color Harmonies of #BA0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0109

Black with #BA0109

Text Example


Text Example

White with #BA0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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