Html Css Color HEX #BE3C0F Rust

📋 copy color: '#BE3C0F'

red 190 ◦ green 60 ◦ blue 15

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

Shades of Rust #BE3C0F

Tints of Rust #BE3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

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

R = 71.7%
G = 22.64%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE3C0F (or 0xBE3C0F) is known color: Rust. HEX triplet: BE, 3C and 0F. RGB value is (190,60,15). Sum of RGB (Red+Green+Blue) = 190+60+15=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C0F is #41C3F0. Grayscale: #5E5E5E. Windows color (decimal): -4310001 or 998590. OLE color: 998590.

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

Color convert

RGB 190 60 15 -
CMYK 0 0.68 0.92 0.25
HSL 15.43º 0.85% 0.4% -
HSV(B) 15.43º 0.92% 0.75% -
XYZ 22.94 14.21 1.99 -
YUV 93.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 190 60 15 0 0.68 0.92 0.25 15.43 0.85 0.4
Hex BE 3C F 0 44 5C 19 F 55 28
Octal 276 74 17 0 104 134 31 17 125 50
Binary 10111110 111100 1111 0 1000100 1011100 11001 1111 1010101 101000

Color Harmonies of #BE3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C0F

Black with #BE3C0F

Text Example


Text Example

White with #BE3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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