Html Css Color HEX #BA0310 Venetian Red

📋 copy color: '#BA0310'

red 186 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #BA0310

Tints of Venetian Red #BA0310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 90.73%
G = 1.46%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0310 (or 0xBA0310) is known color: Venetian Red. HEX triplet: BA, 03 and 10. RGB value is (186,3,16). Sum of RGB (Red+Green+Blue) = 186+3+16=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0310 is #45FCEF. Grayscale: #3B3B3B. Windows color (decimal): -4586736 or 1049530. OLE color: 1049530.

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

Color convert

RGB 186 3 16 -
CMYK 0 0.98 0.91 0.27
HSL 355.74º 0.97% 0.37% -
HSV(B) 355.74º 0.98% 0.73% -
XYZ 20.38 10.54 1.45 -
YUV 59.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 186 3 16 0 0.98 0.91 0.27 355.74 0.97 0.37
Hex BA 3 10 0 62 5B 1B 164 61 25
Octal 272 3 20 0 142 133 33 544 141 45
Binary 10111010 11 10000 0 1100010 1011011 11011 101100100 1100001 100101

Color Harmonies of #BA0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0310

Black with #BA0310

Text Example


Text Example

White with #BA0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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