Html Css Color HEX #BA0309 Venetian Red

📋 copy color: '#BA0309'

red 186 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #BA0309

Tints of Venetian Red #BA0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 93.94%
G = 1.52%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA0309 (or 0xBA0309) is known color: Venetian Red. HEX triplet: BA, 03 and 09. RGB value is (186,3,9). Sum of RGB (Red+Green+Blue) = 186+3+9=198 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.94% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0309 is #45FCF6. Grayscale: #3A3A3A. Windows color (decimal): -4586743 or 590778. OLE color: 590778.

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

Color convert

RGB 186 3 9 -
CMYK 0 0.98 0.95 0.27
HSL 358.03º 0.97% 0.37% -
HSV(B) 358.03º 0.98% 0.73% -
XYZ 20.33 10.52 1.22 -
YUV 58.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 186 3 9 0 0.98 0.95 0.27 358.03 0.97 0.37
Hex BA 3 9 0 62 5F 1B 166 61 25
Octal 272 3 11 0 142 137 33 546 141 45
Binary 10111010 11 1001 0 1100010 1011111 11011 101100110 1100001 100101

Color Harmonies of #BA0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0309

Black with #BA0309

Text Example


Text Example

White with #BA0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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