Html Css Color HEX #BE0B25 Venetian Red

📋 copy color: '#BE0B25'

red 190 ◦ green 11 ◦ blue 37

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

Shades of Venetian Red #BE0B25

Tints of Venetian Red #BE0B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.55%

R = 79.83%
G = 4.62%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE0B25 (or 0xBE0B25) is known color: Venetian Red. HEX triplet: BE, 0B and 25. RGB value is (190,11,37). Sum of RGB (Red+Green+Blue) = 190+11+37=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B25 is #41F4DA. Grayscale: #434343. Windows color (decimal): -4322523 or 2427838. OLE color: 2427838.

HSL color Cylindrical-coordinate representation of color #BE0B25: hue angle of 351.28º 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 #BE0B25 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 11 37 -
CMYK 0 0.94 0.81 0.25
HSL 351.28º 0.89% 0.39% -
HSV(B) 351.28º 0.94% 0.75% -
XYZ 21.69 11.32 2.79 -
YUV 67.49 110.8 215.39 -
System Red Green Blue C M Y K H S L
Decimal 190 11 37 0 0.94 0.81 0.25 351.28 0.89 0.39
Hex BE B 25 0 5E 51 19 15F 59 27
Octal 276 13 45 0 136 121 31 537 131 47
Binary 10111110 1011 100101 0 1011110 1010001 11001 101011111 1011001 100111

Color Harmonies of #BE0B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B25

Black with #BE0B25

Text Example


Text Example

White with #BE0B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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