Html Css Color HEX #BA0004 Venetian Red

📋 copy color: '#BA0004'

red 186 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #BA0004

Tints of Venetian Red #BA0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.11%

R = 97.89%
G = 0%
B = 2.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA0004 (or 0xBA0004) is known color: Venetian Red. HEX triplet: BA, 00 and 04. RGB value is (186,0,4). Sum of RGB (Red+Green+Blue) = 186+0+4=190 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.89% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0004 is #45FFFB. Grayscale: #383838. Windows color (decimal): -4587516 or 262330. OLE color: 262330.

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

Color convert

RGB 186 0 4 -
CMYK 0 1 0.98 0.27
HSL 358.71º 1% 0.36% -
HSV(B) 358.71º 1% 0.73% -
XYZ 20.27 10.45 1.06 -
YUV 56.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 186 0 4 0 1 0.98 0.27 358.71 1 0.36
Hex BA 0 4 0 64 62 1B 167 64 24
Octal 272 0 4 0 144 142 33 547 144 44
Binary 10111010 0 100 0 1100100 1100010 11011 101100111 1100100 100100

Color Harmonies of #BA0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0004

Black with #BA0004

Text Example


Text Example

White with #BA0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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