Html Css Color HEX #BA0103 Venetian Red

📋 copy color: '#BA0103'

red 186 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #BA0103

Tints of Venetian Red #BA0103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 97.89%
G = 0.53%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA0103 (or 0xBA0103) is known color: Venetian Red. HEX triplet: BA, 01 and 03. RGB value is (186,1,3). Sum of RGB (Red+Green+Blue) = 186+1+3=190 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.89% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0103 is #45FEFC. Grayscale: #383838. Windows color (decimal): -4587261 or 197050. OLE color: 197050.

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

Color convert

RGB 186 1 3 -
CMYK 0 0.99 0.98 0.27
HSL 359.35º 0.99% 0.37% -
HSV(B) 359.35º 0.99% 0.73% -
XYZ 20.28 10.47 1.04 -
YUV 56.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 186 1 3 0 0.99 0.98 0.27 359.35 0.99 0.37
Hex BA 1 3 0 63 62 1B 167 63 25
Octal 272 1 3 0 143 142 33 547 143 45
Binary 10111010 1 11 0 1100011 1100010 11011 101100111 1100011 100101

Color Harmonies of #BA0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0103

Black with #BA0103

Text Example


Text Example

White with #BA0103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0103; }

 p { color: rgb(186,1,3); }

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

background-color css

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

 a { background-color: rgb(186,1,3); }

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

border-color css

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

 span { border-color: rgb(186,1,3); }

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