Html Css Color HEX #BA0313 Venetian Red

📋 copy color: '#BA0313'

red 186 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #BA0313

Tints of Venetian Red #BA0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 89.42%
G = 1.44%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0313 (or 0xBA0313) is known color: Venetian Red. HEX triplet: BA, 03 and 13. RGB value is (186,3,19). Sum of RGB (Red+Green+Blue) = 186+3+19=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0313 is #45FCEC. Grayscale: #3B3B3B. Windows color (decimal): -4586733 or 1246138. OLE color: 1246138.

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

Color convert

RGB 186 3 19 -
CMYK 0 0.98 0.90 0.27
HSL 354.75º 0.97% 0.37% -
HSV(B) 354.75º 0.98% 0.73% -
XYZ 20.4 10.55 1.58 -
YUV 59.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 186 3 19 0 0.98 0.90 0.27 354.75 0.97 0.37
Hex BA 3 13 0 62 5A 1B 163 61 25
Octal 272 3 23 0 142 132 33 543 141 45
Binary 10111010 11 10011 0 1100010 1011010 11011 101100011 1100001 100101

Color Harmonies of #BA0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0313

Black with #BA0313

Text Example


Text Example

White with #BA0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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