Html Css Color HEX #BE040C Venetian Red

📋 copy color: '#BE040C'

red 190 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #BE040C

Tints of Venetian Red #BE040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 92.23%
G = 1.94%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE040C (or 0xBE040C) is known color: Venetian Red. HEX triplet: BE, 04 and 0C. RGB value is (190,4,12). Sum of RGB (Red+Green+Blue) = 190+4+12=206 (27% of max value = 765). Red value is 190 (74.61% from 255 or 92.23% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 190 - color contains mainly: red. Hex color #BE040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE040C is #41FBF3. Grayscale: #3C3C3C. Windows color (decimal): -4324340 or 787646. OLE color: 787646.

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

Color convert

RGB 190 4 12 -
CMYK 0 0.98 0.94 0.25
HSL 357.42º 0.96% 0.38% -
HSV(B) 357.42º 0.98% 0.75% -
XYZ 21.34 11.06 1.36 -
YUV 60.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 190 4 12 0 0.98 0.94 0.25 357.42 0.96 0.38
Hex BE 4 C 0 62 5E 19 165 60 26
Octal 276 4 14 0 142 136 31 545 140 46
Binary 10111110 100 1100 0 1100010 1011110 11001 101100101 1100000 100110

Color Harmonies of #BE040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE040C

Black with #BE040C

Text Example


Text Example

White with #BE040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE040C; }

 p { color: rgb(190,4,12); }

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

background-color css

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

 a { background-color: rgb(190,4,12); }

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

border-color css

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

 span { border-color: rgb(190,4,12); }

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