Html Css Color HEX #BA071E Venetian Red

📋 copy color: '#BA071E'

red 186 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #BA071E

Tints of Venetian Red #BA071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 83.41%
G = 3.14%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA071E (or 0xBA071E) is known color: Venetian Red. HEX triplet: BA, 07 and 1E. RGB value is (186,7,30). Sum of RGB (Red+Green+Blue) = 186+7+30=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA071E is #45F8E1. Grayscale: #3F3F3F. Windows color (decimal): -4585698 or 1968058. OLE color: 1968058.

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

Color convert

RGB 186 7 30 -
CMYK 0 0.96 0.84 0.27
HSL 352.29º 0.93% 0.38% -
HSV(B) 352.29º 0.96% 0.73% -
XYZ 20.56 10.68 2.21 -
YUV 63.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 186 7 30 0 0.96 0.84 0.27 352.29 0.93 0.38
Hex BA 7 1E 0 60 54 1B 160 5D 26
Octal 272 7 36 0 140 124 33 540 135 46
Binary 10111010 111 11110 0 1100000 1010100 11011 101100000 1011101 100110

Color Harmonies of #BA071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA071E

Black with #BA071E

Text Example


Text Example

White with #BA071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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