Html Css Color HEX #BE0328 Venetian Red

📋 copy color: '#BE0328'

red 190 ◦ green 3 ◦ blue 40

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

Shades of Venetian Red #BE0328

Tints of Venetian Red #BE0328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 81.55%
G = 1.29%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE0328 (or 0xBE0328) is known color: Venetian Red. HEX triplet: BE, 03 and 28. RGB value is (190,3,40). Sum of RGB (Red+Green+Blue) = 190+3+40=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0328 is #41FCD7. Grayscale: #3F3F3F. Windows color (decimal): -4324568 or 2622398. OLE color: 2622398.

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

Color convert

RGB 190 3 40 -
CMYK 0 0.98 0.79 0.25
HSL 348.13º 0.97% 0.38% -
HSV(B) 348.13º 0.98% 0.75% -
XYZ 21.65 11.17 3.02 -
YUV 63.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 190 3 40 0 0.98 0.79 0.25 348.13 0.97 0.38
Hex BE 3 28 0 62 4F 19 15C 61 26
Octal 276 3 50 0 142 117 31 534 141 46
Binary 10111110 11 101000 0 1100010 1001111 11001 101011100 1100001 100110

Color Harmonies of #BE0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0328

Black with #BE0328

Text Example


Text Example

White with #BE0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0328; }

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

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

background-color css

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

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

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

border-color css

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

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

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