Html Css Color HEX #BA0513 Venetian Red

📋 copy color: '#BA0513'

red 186 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #BA0513

Tints of Venetian Red #BA0513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 88.57%
G = 2.38%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0513 (or 0xBA0513) is known color: Venetian Red. HEX triplet: BA, 05 and 13. RGB value is (186,5,19). Sum of RGB (Red+Green+Blue) = 186+5+19=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0513 is #45FAEC. Grayscale: #3C3C3C. Windows color (decimal): -4586221 or 1246650. OLE color: 1246650.

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

Color convert

RGB 186 5 19 -
CMYK 0 0.97 0.90 0.27
HSL 355.36º 0.95% 0.37% -
HSV(B) 355.36º 0.97% 0.73% -
XYZ 20.42 10.59 1.58 -
YUV 60.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 186 5 19 0 0.97 0.90 0.27 355.36 0.95 0.37
Hex BA 5 13 0 61 5A 1B 163 5F 25
Octal 272 5 23 0 141 132 33 543 137 45
Binary 10111010 101 10011 0 1100001 1011010 11011 101100011 1011111 100101

Color Harmonies of #BA0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0513

Black with #BA0513

Text Example


Text Example

White with #BA0513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0513; }

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

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

background-color css

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

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

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

border-color css

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

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

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