Html Css Color HEX #BE0B0F Venetian Red

📋 copy color: '#BE0B0F'

red 190 ◦ green 11 ◦ blue 15

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

Shades of Venetian Red #BE0B0F

Tints of Venetian Red #BE0B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.09%

 BLUE value IS 15 (6.25% from 255) = 6.94%

R = 87.96%
G = 5.09%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE0B0F (or 0xBE0B0F) is known color: Venetian Red. HEX triplet: BE, 0B and 0F. RGB value is (190,11,15). Sum of RGB (Red+Green+Blue) = 190+11+15=216 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.96% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0B0F is #41F4F0. Grayscale: #414141. Windows color (decimal): -4322545 or 986046. OLE color: 986046.

HSL color Cylindrical-coordinate representation of color #BE0B0F: hue angle of 358.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B0F is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 11 15 -
CMYK 0 0.94 0.92 0.25
HSL 358.66º 0.89% 0.39% -
HSV(B) 358.66º 0.94% 0.75% -
XYZ 21.44 11.22 1.49 -
YUV 64.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 190 11 15 0 0.94 0.92 0.25 358.66 0.89 0.39
Hex BE B F 0 5E 5C 19 167 59 27
Octal 276 13 17 0 136 134 31 547 131 47
Binary 10111110 1011 1111 0 1011110 1011100 11001 101100111 1011001 100111

Color Harmonies of #BE0B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B0F

Black with #BE0B0F

Text Example


Text Example

White with #BE0B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B0F; }

 p { color: rgb(190,11,15); }

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

background-color css

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

 a { background-color: rgb(190,11,15); }

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

border-color css

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

 span { border-color: rgb(190,11,15); }

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