Html Css Color HEX #BE3700 Rust

📋 copy color: '#BE3700'

red 190 ◦ green 55 ◦ blue 0

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

Shades of Rust #BE3700

Tints of Rust #BE3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.55%
G = 22.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE3700 (or 0xBE3700) is known color: Rust. HEX triplet: BE, 37 and 00. RGB value is (190,55,0). Sum of RGB (Red+Green+Blue) = 190+55+0=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3700 is #41C8FF. Grayscale: #595959. Windows color (decimal): -4311296 or 14270. OLE color: 14270.

HSL color Cylindrical-coordinate representation of color #BE3700: hue angle of 17.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE3700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 0 -
CMYK 0 0.71 1 0.25
HSL 17.37º 1% 0.37% -
HSV(B) 17.37º 1% 0.75% -
XYZ 22.6 13.68 1.45 -
YUV 89.1 77.73 199.97 -
System Red Green Blue C M Y K H S L
Decimal 190 55 0 0 0.71 1 0.25 17.37 1 0.37
Hex BE 37 0 0 47 64 19 11 64 25
Octal 276 67 0 0 107 144 31 21 144 45
Binary 10111110 110111 0 0 1000111 1100100 11001 10001 1100100 100101

Color Harmonies of #BE3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3700

Black with #BE3700

Text Example


Text Example

White with #BE3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3700; }

 p { color: rgb(190,55,0); }

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

background-color css

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

 a { background-color: rgb(190,55,0); }

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

border-color css

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

 span { border-color: rgb(190,55,0); }

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