Html Css Color HEX #BA0319 Venetian Red

📋 copy color: '#BA0319'

red 186 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #BA0319

Tints of Venetian Red #BA0319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 86.92%
G = 1.4%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0319 (or 0xBA0319) is known color: Venetian Red. HEX triplet: BA, 03 and 19. RGB value is (186,3,25). Sum of RGB (Red+Green+Blue) = 186+3+25=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0319 is #45FCE6. Grayscale: #3C3C3C. Windows color (decimal): -4586727 or 1639354. OLE color: 1639354.

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

Color convert

RGB 186 3 25 -
CMYK 0 0.98 0.87 0.27
HSL 352.79º 0.97% 0.37% -
HSV(B) 352.79º 0.98% 0.73% -
XYZ 20.46 10.57 1.88 -
YUV 60.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 186 3 25 0 0.98 0.87 0.27 352.79 0.97 0.37
Hex BA 3 19 0 62 57 1B 161 61 25
Octal 272 3 31 0 142 127 33 541 141 45
Binary 10111010 11 11001 0 1100010 1010111 11011 101100001 1100001 100101

Color Harmonies of #BA0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0319

Black with #BA0319

Text Example


Text Example

White with #BA0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0319; }

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

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

background-color css

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

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

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

border-color css

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

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

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