Html Css Color HEX #BE0509 Venetian Red

📋 copy color: '#BE0509'

red 190 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #BE0509

Tints of Venetian Red #BE0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 9 (3.91% from 255) = 4.41%

R = 93.14%
G = 2.45%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE0509 (or 0xBE0509) is known color: Venetian Red. HEX triplet: BE, 05 and 09. RGB value is (190,5,9). Sum of RGB (Red+Green+Blue) = 190+5+9=204 (27% of max value = 765). Red value is 190 (74.61% from 255 or 93.14% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0509 is #41FAF6. Grayscale: #3C3C3C. Windows color (decimal): -4324087 or 591294. OLE color: 591294.

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

Color convert

RGB 190 5 9 -
CMYK 0 0.97 0.95 0.25
HSL 358.7º 0.95% 0.38% -
HSV(B) 358.7º 0.97% 0.75% -
XYZ 21.34 11.08 1.27 -
YUV 60.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 190 5 9 0 0.97 0.95 0.25 358.7 0.95 0.38
Hex BE 5 9 0 61 5F 19 167 5F 26
Octal 276 5 11 0 141 137 31 547 137 46
Binary 10111110 101 1001 0 1100001 1011111 11001 101100111 1011111 100110

Color Harmonies of #BE0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0509

Black with #BE0509

Text Example


Text Example

White with #BE0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0509; }

 p { color: rgb(190,5,9); }

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

background-color css

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

 a { background-color: rgb(190,5,9); }

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

border-color css

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

 span { border-color: rgb(190,5,9); }

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