Html Css Color HEX #BA071F Venetian Red

📋 copy color: '#BA071F'

red 186 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #BA071F

Tints of Venetian Red #BA071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 83.04%
G = 3.13%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA071F (or 0xBA071F) is known color: Venetian Red. HEX triplet: BA, 07 and 1F. RGB value is (186,7,31). Sum of RGB (Red+Green+Blue) = 186+7+31=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA071F is #45F8E0. Grayscale: #3F3F3F. Windows color (decimal): -4585697 or 2033594. OLE color: 2033594.

HSL color Cylindrical-coordinate representation of color #BA071F: hue angle of 351.96º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA071F is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 7 31 -
CMYK 0 0.96 0.83 0.27
HSL 351.96º 0.93% 0.38% -
HSV(B) 351.96º 0.96% 0.73% -
XYZ 20.57 10.69 2.28 -
YUV 63.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 186 7 31 0 0.96 0.83 0.27 351.96 0.93 0.38
Hex BA 7 1F 0 60 53 1B 160 5D 26
Octal 272 7 37 0 140 123 33 540 135 46
Binary 10111010 111 11111 0 1100000 1010011 11011 101100000 1011101 100110

Color Harmonies of #BA071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA071F

Black with #BA071F

Text Example


Text Example

White with #BA071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA071F; }

 p { color: rgb(186,7,31); }

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

background-color css

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

 a { background-color: rgb(186,7,31); }

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

border-color css

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

 span { border-color: rgb(186,7,31); }

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