Html Css Color HEX #BA0211 Venetian Red

📋 copy color: '#BA0211'

red 186 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #BA0211

Tints of Venetian Red #BA0211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 90.73%
G = 0.98%
B = 8.29%

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

#BA0211 (or 0xBA0211) is known color: Venetian Red. HEX triplet: BA, 02 and 11. RGB value is (186,2,17). Sum of RGB (Red+Green+Blue) = 186+2+17=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0211 is #45FDEE. Grayscale: #3A3A3A. Windows color (decimal): -4586991 or 1114810. OLE color: 1114810.

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

Color convert

RGB 186 2 17 -
CMYK 0 0.99 0.91 0.27
HSL 355.11º 0.98% 0.37% -
HSV(B) 355.11º 0.99% 0.73% -
XYZ 20.37 10.52 1.49 -
YUV 58.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 186 2 17 0 0.99 0.91 0.27 355.11 0.98 0.37
Hex BA 2 11 0 63 5B 1B 163 62 25
Octal 272 2 21 0 143 133 33 543 142 45
Binary 10111010 10 10001 0 1100011 1011011 11011 101100011 1100010 100101

Color Harmonies of #BA0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0211

Black with #BA0211

Text Example


Text Example

White with #BA0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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