Html Css Color HEX #BE091D Venetian Red

📋 copy color: '#BE091D'

red 190 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #BE091D

Tints of Venetian Red #BE091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

 BLUE value IS 29 (11.72% from 255) = 12.72%

R = 83.33%
G = 3.95%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE091D (or 0xBE091D) is known color: Venetian Red. HEX triplet: BE, 09 and 1D. RGB value is (190,9,29). Sum of RGB (Red+Green+Blue) = 190+9+29=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE091D is #41F6E2. Grayscale: #414141. Windows color (decimal): -4323043 or 1903038. OLE color: 1903038.

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

Color convert

RGB 190 9 29 -
CMYK 0 0.95 0.85 0.25
HSL 353.37º 0.91% 0.39% -
HSV(B) 353.37º 0.95% 0.75% -
XYZ 21.55 11.23 2.19 -
YUV 65.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 190 9 29 0 0.95 0.85 0.25 353.37 0.91 0.39
Hex BE 9 1D 0 5F 55 19 161 5B 27
Octal 276 11 35 0 137 125 31 541 133 47
Binary 10111110 1001 11101 0 1011111 1010101 11001 101100001 1011011 100111

Color Harmonies of #BE091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE091D

Black with #BE091D

Text Example


Text Example

White with #BE091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE091D; }

 p { color: rgb(190,9,29); }

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

background-color css

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

 a { background-color: rgb(190,9,29); }

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

border-color css

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

 span { border-color: rgb(190,9,29); }

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