Html Css Color HEX #BA0203 Venetian Red

📋 copy color: '#BA0203'

red 186 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #BA0203

Tints of Venetian Red #BA0203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 97.38%
G = 1.05%
B = 1.57%

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

#BA0203 (or 0xBA0203) is known color: Venetian Red. HEX triplet: BA, 02 and 03. RGB value is (186,2,3). Sum of RGB (Red+Green+Blue) = 186+2+3=191 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.38% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0203 is #45FDFC. Grayscale: #393939. Windows color (decimal): -4587005 or 197306. OLE color: 197306.

HSL color Cylindrical-coordinate representation of color #BA0203: hue angle of 359.67º degrees, saturation: 0.98, 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 #BA0203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 3 -
CMYK 0 0.99 0.98 0.27
HSL 359.67º 0.98% 0.37% -
HSV(B) 359.67º 0.99% 0.73% -
XYZ 20.29 10.49 1.04 -
YUV 57.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 186 2 3 0 0.99 0.98 0.27 359.67 0.98 0.37
Hex BA 2 3 0 63 62 1B 168 62 25
Octal 272 2 3 0 143 142 33 550 142 45
Binary 10111010 10 11 0 1100011 1100010 11011 101101000 1100010 100101

Color Harmonies of #BA0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0203

Black with #BA0203

Text Example


Text Example

White with #BA0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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