Html Css Color HEX #BA050A Venetian Red

📋 copy color: '#BA050A'

red 186 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #BA050A

Tints of Venetian Red #BA050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 92.54%
G = 2.49%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA050A (or 0xBA050A) is known color: Venetian Red. HEX triplet: BA, 05 and 0A. RGB value is (186,5,10). Sum of RGB (Red+Green+Blue) = 186+5+10=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA050A is #45FAF5. Grayscale: #3B3B3B. Windows color (decimal): -4586230 or 656826. OLE color: 656826.

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

Color convert

RGB 186 5 10 -
CMYK 0 0.97 0.95 0.27
HSL 358.34º 0.95% 0.37% -
HSV(B) 358.34º 0.97% 0.73% -
XYZ 20.36 10.57 1.25 -
YUV 59.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 186 5 10 0 0.97 0.95 0.27 358.34 0.95 0.37
Hex BA 5 A 0 61 5F 1B 166 5F 25
Octal 272 5 12 0 141 137 33 546 137 45
Binary 10111010 101 1010 0 1100001 1011111 11011 101100110 1011111 100101

Color Harmonies of #BA050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA050A

Black with #BA050A

Text Example


Text Example

White with #BA050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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