Html Css Color HEX #BE0209 Venetian Red

📋 copy color: '#BE0209'

red 190 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #BE0209

Tints of Venetian Red #BE0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 94.53%
G = 1%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE0209 (or 0xBE0209) is known color: Venetian Red. HEX triplet: BE, 02 and 09. RGB value is (190,2,9). Sum of RGB (Red+Green+Blue) = 190+2+9=201 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.53% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0209 is #41FDF6. Grayscale: #3B3B3B. Windows color (decimal): -4324855 or 590526. OLE color: 590526.

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

Color convert

RGB 190 2 9 -
CMYK 0 0.99 0.95 0.25
HSL 357.77º 0.98% 0.38% -
HSV(B) 357.77º 0.99% 0.75% -
XYZ 21.31 11.01 1.26 -
YUV 59.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 190 2 9 0 0.99 0.95 0.25 357.77 0.98 0.38
Hex BE 2 9 0 63 5F 19 166 62 26
Octal 276 2 11 0 143 137 31 546 142 46
Binary 10111110 10 1001 0 1100011 1011111 11001 101100110 1100010 100110

Color Harmonies of #BE0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0209

Black with #BE0209

Text Example


Text Example

White with #BE0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0209; }

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

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

background-color css

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

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

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

border-color css

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

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

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