Html Css Color HEX #BA0320 Venetian Red

📋 copy color: '#BA0320'

red 186 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #BA0320

Tints of Venetian Red #BA0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 84.16%
G = 1.36%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0320 (or 0xBA0320) is known color: Venetian Red. HEX triplet: BA, 03 and 20. RGB value is (186,3,32). Sum of RGB (Red+Green+Blue) = 186+3+32=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0320 is #45FCDF. Grayscale: #3D3D3D. Windows color (decimal): -4586720 or 2098106. OLE color: 2098106.

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

Color convert

RGB 186 3 32 -
CMYK 0 0.98 0.83 0.27
HSL 350.49º 0.97% 0.37% -
HSV(B) 350.49º 0.98% 0.73% -
XYZ 20.54 10.61 2.33 -
YUV 61.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 186 3 32 0 0.98 0.83 0.27 350.49 0.97 0.37
Hex BA 3 20 0 62 53 1B 15E 61 25
Octal 272 3 40 0 142 123 33 536 141 45
Binary 10111010 11 100000 0 1100010 1010011 11011 101011110 1100001 100101

Color Harmonies of #BA0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0320

Black with #BA0320

Text Example


Text Example

White with #BA0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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