Html Css Color HEX #BE0C0F Venetian Red

📋 copy color: '#BE0C0F'

red 190 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #BE0C0F

Tints of Venetian Red #BE0C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

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

R = 87.56%
G = 5.53%
B = 6.91%

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

#BE0C0F (or 0xBE0C0F) is known color: Venetian Red. HEX triplet: BE, 0C and 0F. RGB value is (190,12,15). Sum of RGB (Red+Green+Blue) = 190+12+15=217 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.56% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0C0F is #41F3F0. Grayscale: #414141. Windows color (decimal): -4322289 or 986302. OLE color: 986302.

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

Color convert

RGB 190 12 15 -
CMYK 0 0.94 0.92 0.25
HSL 358.99º 0.88% 0.4% -
HSV(B) 358.99º 0.94% 0.75% -
XYZ 21.45 11.24 1.49 -
YUV 65.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 190 12 15 0 0.94 0.92 0.25 358.99 0.88 0.4
Hex BE C F 0 5E 5C 19 167 58 28
Octal 276 14 17 0 136 134 31 547 130 50
Binary 10111110 1100 1111 0 1011110 1011100 11001 101100111 1011000 101000

Color Harmonies of #BE0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C0F

Black with #BE0C0F

Text Example


Text Example

White with #BE0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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