Html Css Color HEX #BA0311 Venetian Red

📋 copy color: '#BA0311'

red 186 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #BA0311

Tints of Venetian Red #BA0311

RGB

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

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

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

R = 90.29%
G = 1.46%
B = 8.25%

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

#BA0311 (or 0xBA0311) is known color: Venetian Red. HEX triplet: BA, 03 and 11. RGB value is (186,3,17). Sum of RGB (Red+Green+Blue) = 186+3+17=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0311 is #45FCEE. Grayscale: #3B3B3B. Windows color (decimal): -4586735 or 1115066. OLE color: 1115066.

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

Color convert

RGB 186 3 17 -
CMYK 0 0.98 0.91 0.27
HSL 355.41º 0.97% 0.37% -
HSV(B) 355.41º 0.98% 0.73% -
XYZ 20.38 10.54 1.49 -
YUV 59.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 186 3 17 0 0.98 0.91 0.27 355.41 0.97 0.37
Hex BA 3 11 0 62 5B 1B 163 61 25
Octal 272 3 21 0 142 133 33 543 141 45
Binary 10111010 11 10001 0 1100010 1011011 11011 101100011 1100001 100101

Color Harmonies of #BA0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0311

Black with #BA0311

Text Example


Text Example

White with #BA0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0311; }

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

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

background-color css

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

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

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

border-color css

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

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

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