Html Css Color HEX #BE4D12 Rust

📋 copy color: '#BE4D12'

red 190 ◦ green 77 ◦ blue 18

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

Shades of Rust #BE4D12

Tints of Rust #BE4D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 66.67%
G = 27.02%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE4D12 (or 0xBE4D12) is known color: Rust. HEX triplet: BE, 4D and 12. RGB value is (190,77,18). Sum of RGB (Red+Green+Blue) = 190+77+18=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D12 is #41B2ED. Grayscale: #686868. Windows color (decimal): -4305646 or 1199550. OLE color: 1199550.

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

Color convert

RGB 190 77 18 -
CMYK 0 0.59 0.91 0.25
HSL 20.58º 0.83% 0.41% -
HSV(B) 20.58º 0.91% 0.75% -
XYZ 24 16.3 2.45 -
YUV 104.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 190 77 18 0 0.59 0.91 0.25 20.58 0.83 0.41
Hex BE 4D 12 0 3B 5B 19 15 53 29
Octal 276 115 22 0 73 133 31 25 123 51
Binary 10111110 1001101 10010 0 111011 1011011 11001 10101 1010011 101001

Color Harmonies of #BE4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D12

Black with #BE4D12

Text Example


Text Example

White with #BE4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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