Html Css Color HEX #BE0009 Venetian Red

📋 copy color: '#BE0009'

red 190 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #BE0009

Tints of Venetian Red #BE0009

RGB

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

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

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

R = 95.48%
G = 0%
B = 4.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE0009 (or 0xBE0009) is known color: Venetian Red. HEX triplet: BE, 00 and 09. RGB value is (190,0,9). Sum of RGB (Red+Green+Blue) = 190+0+9=199 (26% of max value = 765). Red value is 190 (74.61% from 255 or 95.48% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0009 is #41FFF6. Grayscale: #393939. Windows color (decimal): -4325367 or 590014. OLE color: 590014.

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

Color convert

RGB 190 0 9 -
CMYK 0 1 0.95 0.25
HSL 357.16º 1% 0.37% -
HSV(B) 357.16º 1% 0.75% -
XYZ 21.28 10.97 1.25 -
YUV 57.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 190 0 9 0 1 0.95 0.25 357.16 1 0.37
Hex BE 0 9 0 64 5F 19 165 64 25
Octal 276 0 11 0 144 137 31 545 144 45
Binary 10111110 0 1001 0 1100100 1011111 11001 101100101 1100100 100101

Color Harmonies of #BE0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0009

Black with #BE0009

Text Example


Text Example

White with #BE0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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