Html Css Color HEX #BA0204 Venetian Red

📋 copy color: '#BA0204'

red 186 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #BA0204

Tints of Venetian Red #BA0204

RGB

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

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

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

R = 96.88%
G = 1.04%
B = 2.08%

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

#BA0204 (or 0xBA0204) is known color: Venetian Red. HEX triplet: BA, 02 and 04. RGB value is (186,2,4). Sum of RGB (Red+Green+Blue) = 186+2+4=192 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.88% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0204 is #45FDFB. Grayscale: #393939. Windows color (decimal): -4587004 or 262842. OLE color: 262842.

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

Color convert

RGB 186 2 4 -
CMYK 0 0.99 0.98 0.27
HSL 359.35º 0.98% 0.37% -
HSV(B) 359.35º 0.99% 0.73% -
XYZ 20.29 10.49 1.07 -
YUV 57.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 186 2 4 0 0.99 0.98 0.27 359.35 0.98 0.37
Hex BA 2 4 0 63 62 1B 167 62 25
Octal 272 2 4 0 143 142 33 547 142 45
Binary 10111010 10 100 0 1100011 1100010 11011 101100111 1100010 100101

Color Harmonies of #BA0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0204

Black with #BA0204

Text Example


Text Example

White with #BA0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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