Html Css Color HEX #BA0509 Venetian Red

📋 copy color: '#BA0509'

red 186 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #BA0509

Tints of Venetian Red #BA0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 93%
G = 2.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA0509 (or 0xBA0509) is known color: Venetian Red. HEX triplet: BA, 05 and 09. RGB value is (186,5,9). Sum of RGB (Red+Green+Blue) = 186+5+9=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0509 is #45FAF6. Grayscale: #3B3B3B. Windows color (decimal): -4586231 or 591290. OLE color: 591290.

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

Color convert

RGB 186 5 9 -
CMYK 0 0.97 0.95 0.27
HSL 358.67º 0.95% 0.37% -
HSV(B) 358.67º 0.97% 0.73% -
XYZ 20.35 10.57 1.23 -
YUV 59.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 186 5 9 0 0.97 0.95 0.27 358.67 0.95 0.37
Hex BA 5 9 0 61 5F 1B 167 5F 25
Octal 272 5 11 0 141 137 33 547 137 45
Binary 10111010 101 1001 0 1100001 1011111 11011 101100111 1011111 100101

Color Harmonies of #BA0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0509

Black with #BA0509

Text Example


Text Example

White with #BA0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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