Html Css Color HEX #BE3900 Rust

📋 copy color: '#BE3900'

red 190 ◦ green 57 ◦ blue 0

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

Shades of Rust #BE3900

Tints of Rust #BE3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 76.92%
G = 23.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE3900 (or 0xBE3900) is known color: Rust. HEX triplet: BE, 39 and 00. RGB value is (190,57,0). Sum of RGB (Red+Green+Blue) = 190+57+0=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3900 is #41C6FF. Grayscale: #5A5A5A. Windows color (decimal): -4310784 or 14782. OLE color: 14782.

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

Color convert

RGB 190 57 0 -
CMYK 0 0.7 1 0.25
HSL 18º 1% 0.37% -
HSV(B) 18º 1% 0.75% -
XYZ 22.7 13.87 1.48 -
YUV 90.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 190 57 0 0 0.7 1 0.25 18 1 0.37
Hex BE 39 0 0 46 64 19 12 64 25
Octal 276 71 0 0 106 144 31 22 144 45
Binary 10111110 111001 0 0 1000110 1100100 11001 10010 1100100 100101

Color Harmonies of #BE3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3900

Black with #BE3900

Text Example


Text Example

White with #BE3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3900; }

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

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

background-color css

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

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

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

border-color css

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

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

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