Html Css Color HEX #BA071D Venetian Red

📋 copy color: '#BA071D'

red 186 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #BA071D

Tints of Venetian Red #BA071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 83.78%
G = 3.15%
B = 13.06%

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

#BA071D (or 0xBA071D) is known color: Venetian Red. HEX triplet: BA, 07 and 1D. RGB value is (186,7,29). Sum of RGB (Red+Green+Blue) = 186+7+29=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA071D is #45F8E2. Grayscale: #3F3F3F. Windows color (decimal): -4585699 or 1902522. OLE color: 1902522.

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

Color convert

RGB 186 7 29 -
CMYK 0 0.96 0.84 0.27
HSL 352.63º 0.93% 0.38% -
HSV(B) 352.63º 0.96% 0.73% -
XYZ 20.55 10.68 2.14 -
YUV 63.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 186 7 29 0 0.96 0.84 0.27 352.63 0.93 0.38
Hex BA 7 1D 0 60 54 1B 161 5D 26
Octal 272 7 35 0 140 124 33 541 135 46
Binary 10111010 111 11101 0 1100000 1010100 11011 101100001 1011101 100110

Color Harmonies of #BA071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA071D

Black with #BA071D

Text Example


Text Example

White with #BA071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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