Html Css Color HEX #BA0001 Venetian Red

📋 copy color: '#BA0001'

red 186 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #BA0001

Tints of Venetian Red #BA0001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 99.47%
G = 0%
B = 0.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA0001 (or 0xBA0001) is known color: Venetian Red. HEX triplet: BA, 00 and 01. RGB value is (186,0,1). Sum of RGB (Red+Green+Blue) = 186+0+1=187 (24% of max value = 765). Red value is 186 (73.05% from 255 or 99.47% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0001 is #45FFFE. Grayscale: #373737. Windows color (decimal): -4587519 or 65722. OLE color: 65722.

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

Color convert

RGB 186 0 1 -
CMYK 0 1 0.99 0.27
HSL 359.68º 1% 0.36% -
HSV(B) 359.68º 1% 0.73% -
XYZ 20.26 10.44 0.98 -
YUV 55.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 186 0 1 0 1 0.99 0.27 359.68 1 0.36
Hex BA 0 1 0 64 63 1B 168 64 24
Octal 272 0 1 0 144 143 33 550 144 44
Binary 10111010 0 1 0 1100100 1100011 11011 101101000 1100100 100100

Color Harmonies of #BA0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0001

Black with #BA0001

Text Example


Text Example

White with #BA0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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