Html Css Color HEX #BE0325 Venetian Red

📋 copy color: '#BE0325'

red 190 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #BE0325

Tints of Venetian Red #BE0325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.09%

R = 82.61%
G = 1.3%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE0325 (or 0xBE0325) is known color: Venetian Red. HEX triplet: BE, 03 and 25. RGB value is (190,3,37). Sum of RGB (Red+Green+Blue) = 190+3+37=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0325 is #41FCDA. Grayscale: #3E3E3E. Windows color (decimal): -4324571 or 2425790. OLE color: 2425790.

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

Color convert

RGB 190 3 37 -
CMYK 0 0.98 0.81 0.25
HSL 349.09º 0.97% 0.38% -
HSV(B) 349.09º 0.98% 0.75% -
XYZ 21.6 11.15 2.76 -
YUV 62.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 190 3 37 0 0.98 0.81 0.25 349.09 0.97 0.38
Hex BE 3 25 0 62 51 19 15D 61 26
Octal 276 3 45 0 142 121 31 535 141 46
Binary 10111110 11 100101 0 1100010 1010001 11001 101011101 1100001 100110

Color Harmonies of #BE0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0325

Black with #BE0325

Text Example


Text Example

White with #BE0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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