Html Css Color HEX #BA072B Venetian Red

📋 copy color: '#BA072B'

red 186 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #BA072B

Tints of Venetian Red #BA072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 78.81%
G = 2.97%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA072B (or 0xBA072B) is known color: Venetian Red. HEX triplet: BA, 07 and 2B. RGB value is (186,7,43). Sum of RGB (Red+Green+Blue) = 186+7+43=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA072B is #45F8D4. Grayscale: #404040. Windows color (decimal): -4585685 or 2820026. OLE color: 2820026.

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

Color convert

RGB 186 7 43 -
CMYK 0 0.96 0.77 0.27
HSL 347.93º 0.93% 0.38% -
HSV(B) 347.93º 0.96% 0.73% -
XYZ 20.76 10.77 3.27 -
YUV 64.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 186 7 43 0 0.96 0.77 0.27 347.93 0.93 0.38
Hex BA 7 2B 0 60 4D 1B 15C 5D 26
Octal 272 7 53 0 140 115 33 534 135 46
Binary 10111010 111 101011 0 1100000 1001101 11011 101011100 1011101 100110

Color Harmonies of #BA072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA072B

Black with #BA072B

Text Example


Text Example

White with #BA072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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