Html Css Color HEX #BA0005 Venetian Red

📋 copy color: '#BA0005'

red 186 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #BA0005

Tints of Venetian Red #BA0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.62%

R = 97.38%
G = 0%
B = 2.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA0005 (or 0xBA0005) is known color: Venetian Red. HEX triplet: BA, 00 and 05. RGB value is (186,0,5). Sum of RGB (Red+Green+Blue) = 186+0+5=191 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.38% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0005 is #45FFFA. Grayscale: #383838. Windows color (decimal): -4587515 or 327866. OLE color: 327866.

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

Color convert

RGB 186 0 5 -
CMYK 0 1 0.97 0.27
HSL 358.39º 1% 0.36% -
HSV(B) 358.39º 1% 0.73% -
XYZ 20.28 10.45 1.09 -
YUV 56.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 186 0 5 0 1 0.97 0.27 358.39 1 0.36
Hex BA 0 5 0 64 61 1B 166 64 24
Octal 272 0 5 0 144 141 33 546 144 44
Binary 10111010 0 101 0 1100100 1100001 11011 101100110 1100100 100100

Color Harmonies of #BA0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0005

Black with #BA0005

Text Example


Text Example

White with #BA0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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