Html Css Color HEX #BE0308 Venetian Red

📋 copy color: '#BE0308'

red 190 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #BE0308

Tints of Venetian Red #BE0308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 8 (3.52% from 255) = 3.98%

R = 94.53%
G = 1.49%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE0308 (or 0xBE0308) is known color: Venetian Red. HEX triplet: BE, 03 and 08. RGB value is (190,3,8). Sum of RGB (Red+Green+Blue) = 190+3+8=201 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.53% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0308 is #41FCF7. Grayscale: #3B3B3B. Windows color (decimal): -4324600 or 525246. OLE color: 525246.

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

Color convert

RGB 190 3 8 -
CMYK 0 0.98 0.96 0.25
HSL 358.4º 0.97% 0.38% -
HSV(B) 358.4º 0.98% 0.75% -
XYZ 21.31 11.03 1.24 -
YUV 59.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 190 3 8 0 0.98 0.96 0.25 358.4 0.97 0.38
Hex BE 3 8 0 62 60 19 166 61 26
Octal 276 3 10 0 142 140 31 546 141 46
Binary 10111110 11 1000 0 1100010 1100000 11001 101100110 1100001 100110

Color Harmonies of #BE0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0308

Black with #BE0308

Text Example


Text Example

White with #BE0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0308; }

 p { color: rgb(190,3,8); }

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

background-color css

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

 a { background-color: rgb(190,3,8); }

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

border-color css

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

 span { border-color: rgb(190,3,8); }

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