Html Css Color HEX #BA050B Venetian Red

📋 copy color: '#BA050B'

red 186 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #BA050B

Tints of Venetian Red #BA050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 92.08%
G = 2.48%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA050B (or 0xBA050B) is known color: Venetian Red. HEX triplet: BA, 05 and 0B. RGB value is (186,5,11). Sum of RGB (Red+Green+Blue) = 186+5+11=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA050B is #45FAF4. Grayscale: #3B3B3B. Windows color (decimal): -4586229 or 722362. OLE color: 722362.

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

Color convert

RGB 186 5 11 -
CMYK 0 0.97 0.94 0.27
HSL 358.01º 0.95% 0.37% -
HSV(B) 358.01º 0.97% 0.73% -
XYZ 20.36 10.57 1.28 -
YUV 59.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 186 5 11 0 0.97 0.94 0.27 358.01 0.95 0.37
Hex BA 5 B 0 61 5E 1B 166 5F 25
Octal 272 5 13 0 141 136 33 546 137 45
Binary 10111010 101 1011 0 1100001 1011110 11011 101100110 1011111 100101

Color Harmonies of #BA050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA050B

Black with #BA050B

Text Example


Text Example

White with #BA050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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