Html Css Color HEX #BA0009 Venetian Red

📋 copy color: '#BA0009'

red 186 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #BA0009

Tints of Venetian Red #BA0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.38%
G = 0%
B = 4.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA0009 (or 0xBA0009) is known color: Venetian Red. HEX triplet: BA, 00 and 09. RGB value is (186,0,9). Sum of RGB (Red+Green+Blue) = 186+0+9=195 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.38% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0009 is #45FFF6. Grayscale: #383838. Windows color (decimal): -4587511 or 590010. OLE color: 590010.

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

Color convert

RGB 186 0 9 -
CMYK 0 1 0.95 0.27
HSL 357.1º 1% 0.36% -
HSV(B) 357.1º 1% 0.73% -
XYZ 20.3 10.46 1.21 -
YUV 56.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 186 0 9 0 1 0.95 0.27 357.1 1 0.36
Hex BA 0 9 0 64 5F 1B 165 64 24
Octal 272 0 11 0 144 137 33 545 144 44
Binary 10111010 0 1001 0 1100100 1011111 11011 101100101 1100100 100100

Color Harmonies of #BA0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0009

Black with #BA0009

Text Example


Text Example

White with #BA0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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