Html Css Color HEX #BE0304 Venetian Red

📋 copy color: '#BE0304'

red 190 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #BE0304

Tints of Venetian Red #BE0304

RGB

 RED value IS 190 (74.61% from 255) = 96.45%

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 96.45%
G = 1.52%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE0304 (or 0xBE0304) is known color: Venetian Red. HEX triplet: BE, 03 and 04. RGB value is (190,3,4). Sum of RGB (Red+Green+Blue) = 190+3+4=197 (26% of max value = 765). Red value is 190 (74.61% from 255 or 96.45% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0304 is #41FCFB. Grayscale: #3B3B3B. Windows color (decimal): -4324604 or 263102. OLE color: 263102.

HSL color Cylindrical-coordinate representation of color #BE0304: hue angle of 359.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0304 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 4 -
CMYK 0 0.98 0.98 0.25
HSL 359.68º 0.97% 0.38% -
HSV(B) 359.68º 0.98% 0.75% -
XYZ 21.29 11.02 1.12 -
YUV 59.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 190 3 4 0 0.98 0.98 0.25 359.68 0.97 0.38
Hex BE 3 4 0 62 62 19 168 61 26
Octal 276 3 4 0 142 142 31 550 141 46
Binary 10111110 11 100 0 1100010 1100010 11001 101101000 1100001 100110

Color Harmonies of #BE0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0304

Black with #BE0304

Text Example


Text Example

White with #BE0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0304; }

 p { color: rgb(190,3,4); }

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

background-color css

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

 a { background-color: rgb(190,3,4); }

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

border-color css

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

 span { border-color: rgb(190,3,4); }

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