Html Css Color HEX #BE0F18 Venetian Red

📋 copy color: '#BE0F18'

red 190 ◦ green 15 ◦ blue 24

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

Shades of Venetian Red #BE0F18

Tints of Venetian Red #BE0F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.55%

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 82.97%
G = 6.55%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE0F18 (or 0xBE0F18) is known color: Venetian Red. HEX triplet: BE, 0F and 18. RGB value is (190,15,24). Sum of RGB (Red+Green+Blue) = 190+15+24=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0F18 is #41F0E7. Grayscale: #444444. Windows color (decimal): -4321512 or 1576894. OLE color: 1576894.

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

Color convert

RGB 190 15 24 -
CMYK 0 0.92 0.87 0.25
HSL 356.91º 0.85% 0.4% -
HSV(B) 356.91º 0.92% 0.75% -
XYZ 21.57 11.35 1.92 -
YUV 68.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 190 15 24 0 0.92 0.87 0.25 356.91 0.85 0.4
Hex BE F 18 0 5C 57 19 165 55 28
Octal 276 17 30 0 134 127 31 545 125 50
Binary 10111110 1111 11000 0 1011100 1010111 11001 101100101 1010101 101000

Color Harmonies of #BE0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0F18

Black with #BE0F18

Text Example


Text Example

White with #BE0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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