Html Css Color HEX #BA0822 Venetian Red

📋 copy color: '#BA0822'

red 186 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #BA0822

Tints of Venetian Red #BA0822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

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

R = 81.58%
G = 3.51%
B = 14.91%

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

#BA0822 (or 0xBA0822) is known color: Venetian Red. HEX triplet: BA, 08 and 22. RGB value is (186,8,34). Sum of RGB (Red+Green+Blue) = 186+8+34=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0822 is #45F7DD. Grayscale: #404040. Windows color (decimal): -4585438 or 2230458. OLE color: 2230458.

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

Color convert

RGB 186 8 34 -
CMYK 0 0.96 0.82 0.27
HSL 351.24º 0.92% 0.38% -
HSV(B) 351.24º 0.96% 0.73% -
XYZ 20.63 10.73 2.5 -
YUV 64.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 186 8 34 0 0.96 0.82 0.27 351.24 0.92 0.38
Hex BA 8 22 0 60 52 1B 15F 5C 26
Octal 272 10 42 0 140 122 33 537 134 46
Binary 10111010 1000 100010 0 1100000 1010010 11011 101011111 1011100 100110

Color Harmonies of #BA0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0822

Black with #BA0822

Text Example


Text Example

White with #BA0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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