Html Css Color HEX #BA0506 Venetian Red

📋 copy color: '#BA0506'

red 186 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #BA0506

Tints of Venetian Red #BA0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 6 (2.73% from 255) = 3.05%

R = 94.42%
G = 2.54%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA0506 (or 0xBA0506) is known color: Venetian Red. HEX triplet: BA, 05 and 06. RGB value is (186,5,6). Sum of RGB (Red+Green+Blue) = 186+5+6=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0506 is #45FAF9. Grayscale: #3B3B3B. Windows color (decimal): -4586234 or 394682. OLE color: 394682.

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

Color convert

RGB 186 5 6 -
CMYK 0 0.97 0.97 0.27
HSL 359.67º 0.95% 0.37% -
HSV(B) 359.67º 0.97% 0.73% -
XYZ 20.34 10.56 1.14 -
YUV 59.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 186 5 6 0 0.97 0.97 0.27 359.67 0.95 0.37
Hex BA 5 6 0 61 61 1B 168 5F 25
Octal 272 5 6 0 141 141 33 550 137 45
Binary 10111010 101 110 0 1100001 1100001 11011 101101000 1011111 100101

Color Harmonies of #BA0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0506

Black with #BA0506

Text Example


Text Example

White with #BA0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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