Html Css Color HEX #BA050D Venetian Red

📋 copy color: '#BA050D'

red 186 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #BA050D

Tints of Venetian Red #BA050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 91.18%
G = 2.45%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA050D (or 0xBA050D) is known color: Venetian Red. HEX triplet: BA, 05 and 0D. RGB value is (186,5,13). Sum of RGB (Red+Green+Blue) = 186+5+13=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA050D is #45FAF2. Grayscale: #3C3C3C. Windows color (decimal): -4586227 or 853434. OLE color: 853434.

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

Color convert

RGB 186 5 13 -
CMYK 0 0.97 0.93 0.27
HSL 357.35º 0.95% 0.37% -
HSV(B) 357.35º 0.97% 0.73% -
XYZ 20.38 10.58 1.35 -
YUV 60.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 186 5 13 0 0.97 0.93 0.27 357.35 0.95 0.37
Hex BA 5 D 0 61 5D 1B 165 5F 25
Octal 272 5 15 0 141 135 33 545 137 45
Binary 10111010 101 1101 0 1100001 1011101 11011 101100101 1011111 100101

Color Harmonies of #BA050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA050D

Black with #BA050D

Text Example


Text Example

White with #BA050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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