Html Css Color HEX #BA0722 Venetian Red

📋 copy color: '#BA0722'

red 186 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #BA0722

Tints of Venetian Red #BA0722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.98%

R = 81.94%
G = 3.08%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA0722 (or 0xBA0722) is known color: Venetian Red. HEX triplet: BA, 07 and 22. RGB value is (186,7,34). Sum of RGB (Red+Green+Blue) = 186+7+34=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0722 is #45F8DD. Grayscale: #3F3F3F. Windows color (decimal): -4585694 or 2230202. OLE color: 2230202.

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

Color convert

RGB 186 7 34 -
CMYK 0 0.96 0.82 0.27
HSL 350.95º 0.93% 0.38% -
HSV(B) 350.95º 0.96% 0.73% -
XYZ 20.61 10.71 2.49 -
YUV 63.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 186 7 34 0 0.96 0.82 0.27 350.95 0.93 0.38
Hex BA 7 22 0 60 52 1B 15F 5D 26
Octal 272 7 42 0 140 122 33 537 135 46
Binary 10111010 111 100010 0 1100000 1010010 11011 101011111 1011101 100110

Color Harmonies of #BA0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0722

Black with #BA0722

Text Example


Text Example

White with #BA0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0722; }

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

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

background-color css

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

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

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

border-color css

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

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

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