Html Css Color HEX #BA0216 Venetian Red

📋 copy color: '#BA0216'

red 186 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #BA0216

Tints of Venetian Red #BA0216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 88.57%
G = 0.95%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA0216 (or 0xBA0216) is known color: Venetian Red. HEX triplet: BA, 02 and 16. RGB value is (186,2,22). Sum of RGB (Red+Green+Blue) = 186+2+22=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0216 is #45FDE9. Grayscale: #3B3B3B. Windows color (decimal): -4586986 or 1442490. OLE color: 1442490.

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

Color convert

RGB 186 2 22 -
CMYK 0 0.99 0.88 0.27
HSL 353.48º 0.98% 0.37% -
HSV(B) 353.48º 0.99% 0.73% -
XYZ 20.42 10.54 1.72 -
YUV 59.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 186 2 22 0 0.99 0.88 0.27 353.48 0.98 0.37
Hex BA 2 16 0 63 58 1B 161 62 25
Octal 272 2 26 0 143 130 33 541 142 45
Binary 10111010 10 10110 0 1100011 1011000 11011 101100001 1100010 100101

Color Harmonies of #BA0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0216

Black with #BA0216

Text Example


Text Example

White with #BA0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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