Html Css Color HEX #BE5512 Rust

📋 copy color: '#BE5512'

red 190 ◦ green 85 ◦ blue 18

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

Shades of Rust #BE5512

Tints of Rust #BE5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 64.85%
G = 29.01%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE5512 (or 0xBE5512) is known color: Rust. HEX triplet: BE, 55 and 12. RGB value is (190,85,18). Sum of RGB (Red+Green+Blue) = 190+85+18=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5512 is #41AAED. Grayscale: #6D6D6D. Windows color (decimal): -4303598 or 1201598. OLE color: 1201598.

HSL color Cylindrical-coordinate representation of color #BE5512: hue angle of 23.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE5512 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 18 -
CMYK 0 0.55 0.91 0.25
HSL 23.37º 0.83% 0.41% -
HSV(B) 23.37º 0.91% 0.75% -
XYZ 24.59 17.49 2.65 -
YUV 108.76 76.79 185.95 -
System Red Green Blue C M Y K H S L
Decimal 190 85 18 0 0.55 0.91 0.25 23.37 0.83 0.41
Hex BE 55 12 0 37 5B 19 17 53 29
Octal 276 125 22 0 67 133 31 27 123 51
Binary 10111110 1010101 10010 0 110111 1011011 11001 10111 1010011 101001

Color Harmonies of #BE5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5512

Black with #BE5512

Text Example


Text Example

White with #BE5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5512; }

 p { color: rgb(190,85,18); }

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

background-color css

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

 a { background-color: rgb(190,85,18); }

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

border-color css

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

 span { border-color: rgb(190,85,18); }

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