Html Css Color HEX #BE0018 Venetian Red

📋 copy color: '#BE0018'

red 190 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #BE0018

Tints of Venetian Red #BE0018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.79%
G = 0%
B = 11.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE0018 (or 0xBE0018) is known color: Venetian Red. HEX triplet: BE, 00 and 18. RGB value is (190,0,24). Sum of RGB (Red+Green+Blue) = 190+0+24=214 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.79% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0018 is #41FFE7. Grayscale: #3B3B3B. Windows color (decimal): -4325352 or 1573054. OLE color: 1573054.

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

Color convert

RGB 190 0 24 -
CMYK 0 1 0.87 0.25
HSL 352.42º 1% 0.37% -
HSV(B) 352.42º 1% 0.75% -
XYZ 21.4 11.01 1.86 -
YUV 59.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 190 0 24 0 1 0.87 0.25 352.42 1 0.37
Hex BE 0 18 0 64 57 19 160 64 25
Octal 276 0 30 0 144 127 31 540 144 45
Binary 10111110 0 11000 0 1100100 1010111 11001 101100000 1100100 100101

Color Harmonies of #BE0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0018

Black with #BE0018

Text Example


Text Example

White with #BE0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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