Html Css Color HEX #BA0210 Venetian Red

📋 copy color: '#BA0210'

red 186 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #BA0210

Tints of Venetian Red #BA0210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 91.18%
G = 0.98%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0210 (or 0xBA0210) is known color: Venetian Red. HEX triplet: BA, 02 and 10. RGB value is (186,2,16). Sum of RGB (Red+Green+Blue) = 186+2+16=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0210 is #45FDEF. Grayscale: #3A3A3A. Windows color (decimal): -4586992 or 1049274. OLE color: 1049274.

HSL color Cylindrical-coordinate representation of color #BA0210: hue angle of 355.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0210 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 16 -
CMYK 0 0.99 0.91 0.27
HSL 355.43º 0.98% 0.37% -
HSV(B) 355.43º 0.99% 0.73% -
XYZ 20.36 10.52 1.45 -
YUV 58.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 186 2 16 0 0.99 0.91 0.27 355.43 0.98 0.37
Hex BA 2 10 0 63 5B 1B 163 62 25
Octal 272 2 20 0 143 133 33 543 142 45
Binary 10111010 10 10000 0 1100011 1011011 11011 101100011 1100010 100101

Color Harmonies of #BA0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0210

Black with #BA0210

Text Example


Text Example

White with #BA0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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