Html Css Color HEX #BE4C0F Rust

📋 copy color: '#BE4C0F'

red 190 ◦ green 76 ◦ blue 15

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

Shades of Rust #BE4C0F

Tints of Rust #BE4C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 67.62%
G = 27.05%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE4C0F (or 0xBE4C0F) is known color: Rust. HEX triplet: BE, 4C and 0F. RGB value is (190,76,15). Sum of RGB (Red+Green+Blue) = 190+76+15=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C0F is #41B3F0. Grayscale: #676767. Windows color (decimal): -4305905 or 1002686. OLE color: 1002686.

HSL color Cylindrical-coordinate representation of color #BE4C0F: hue angle of 20.91º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE4C0F is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 76 15 -
CMYK 0 0.60 0.92 0.25
HSL 20.91º 0.85% 0.4% -
HSV(B) 20.91º 0.92% 0.75% -
XYZ 23.91 16.15 2.31 -
YUV 103.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 190 76 15 0 0.60 0.92 0.25 20.91 0.85 0.4
Hex BE 4C F 0 3C 5C 19 15 55 28
Octal 276 114 17 0 74 134 31 25 125 50
Binary 10111110 1001100 1111 0 111100 1011100 11001 10101 1010101 101000

Color Harmonies of #BE4C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C0F

Black with #BE4C0F

Text Example


Text Example

White with #BE4C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C0F; }

 p { color: rgb(190,76,15); }

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

background-color css

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

 a { background-color: rgb(190,76,15); }

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

border-color css

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

 span { border-color: rgb(190,76,15); }

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