Html Css Color HEX #BA0629 Venetian Red

📋 copy color: '#BA0629'

red 186 ◦ green 6 ◦ blue 41

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

Shades of Venetian Red #BA0629

Tints of Venetian Red #BA0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 79.83%
G = 2.58%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0629 (or 0xBA0629) is known color: Venetian Red. HEX triplet: BA, 06 and 29. RGB value is (186,6,41). Sum of RGB (Red+Green+Blue) = 186+6+41=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0629 is #45F9D6. Grayscale: #3F3F3F. Windows color (decimal): -4585943 or 2688698. OLE color: 2688698.

HSL color Cylindrical-coordinate representation of color #BA0629: hue angle of 348.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0629 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 41 -
CMYK 0 0.97 0.78 0.27
HSL 348.33º 0.94% 0.38% -
HSV(B) 348.33º 0.97% 0.73% -
XYZ 20.72 10.73 3.08 -
YUV 63.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 186 6 41 0 0.97 0.78 0.27 348.33 0.94 0.38
Hex BA 6 29 0 61 4E 1B 15C 5E 26
Octal 272 6 51 0 141 116 33 534 136 46
Binary 10111010 110 101001 0 1100001 1001110 11011 101011100 1011110 100110

Color Harmonies of #BA0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0629

Black with #BA0629

Text Example


Text Example

White with #BA0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0629; }

 p { color: rgb(186,6,41); }

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

background-color css

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

 a { background-color: rgb(186,6,41); }

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

border-color css

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

 span { border-color: rgb(186,6,41); }

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