Html Css Color HEX #BA0304 Venetian Red

📋 copy color: '#BA0304'

red 186 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #BA0304

Tints of Venetian Red #BA0304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 96.37%
G = 1.55%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA0304 (or 0xBA0304) is known color: Venetian Red. HEX triplet: BA, 03 and 04. RGB value is (186,3,4). Sum of RGB (Red+Green+Blue) = 186+3+4=193 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.37% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0304 is #45FCFB. Grayscale: #3A3A3A. Windows color (decimal): -4586748 or 263098. OLE color: 263098.

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

Color convert

RGB 186 3 4 -
CMYK 0 0.98 0.98 0.27
HSL 359.67º 0.97% 0.37% -
HSV(B) 359.67º 0.98% 0.73% -
XYZ 20.3 10.51 1.07 -
YUV 57.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 186 3 4 0 0.98 0.98 0.27 359.67 0.97 0.37
Hex BA 3 4 0 62 62 1B 168 61 25
Octal 272 3 4 0 142 142 33 550 141 45
Binary 10111010 11 100 0 1100010 1100010 11011 101101000 1100001 100101

Color Harmonies of #BA0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0304

Black with #BA0304

Text Example


Text Example

White with #BA0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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