Html Css Color HEX #BE030C Venetian Red

📋 copy color: '#BE030C'

red 190 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #BE030C

Tints of Venetian Red #BE030C

RGB

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

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

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

R = 92.68%
G = 1.46%
B = 5.85%

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

#BE030C (or 0xBE030C) is known color: Venetian Red. HEX triplet: BE, 03 and 0C. RGB value is (190,3,12). Sum of RGB (Red+Green+Blue) = 190+3+12=205 (27% of max value = 765). Red value is 190 (74.61% from 255 or 92.68% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 190 - color contains mainly: red. Hex color #BE030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE030C is #41FCF3. Grayscale: #3C3C3C. Windows color (decimal): -4324596 or 787390. OLE color: 787390.

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

Color convert

RGB 190 3 12 -
CMYK 0 0.98 0.94 0.25
HSL 357.11º 0.97% 0.38% -
HSV(B) 357.11º 0.98% 0.75% -
XYZ 21.33 11.04 1.35 -
YUV 59.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 190 3 12 0 0.98 0.94 0.25 357.11 0.97 0.38
Hex BE 3 C 0 62 5E 19 165 61 26
Octal 276 3 14 0 142 136 31 545 141 46
Binary 10111110 11 1100 0 1100010 1011110 11001 101100101 1100001 100110

Color Harmonies of #BE030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE030C

Black with #BE030C

Text Example


Text Example

White with #BE030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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