Html Css Color HEX #BE4A15 Rust

📋 copy color: '#BE4A15'

red 190 ◦ green 74 ◦ blue 21

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

Shades of Rust #BE4A15

Tints of Rust #BE4A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 66.67%
G = 25.96%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE4A15 (or 0xBE4A15) is known color: Rust. HEX triplet: BE, 4A and 15. RGB value is (190,74,21). Sum of RGB (Red+Green+Blue) = 190+74+21=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4A15 is #41B5EA. Grayscale: #666666. Windows color (decimal): -4306411 or 1395390. OLE color: 1395390.

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

Color convert

RGB 190 74 21 -
CMYK 0 0.61 0.89 0.25
HSL 18.82º 0.8% 0.41% -
HSV(B) 18.82º 0.89% 0.75% -
XYZ 23.82 15.9 2.52 -
YUV 102.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 190 74 21 0 0.61 0.89 0.25 18.82 0.8 0.41
Hex BE 4A 15 0 3D 59 19 13 50 29
Octal 276 112 25 0 75 131 31 23 120 51
Binary 10111110 1001010 10101 0 111101 1011001 11001 10011 1010000 101001

Color Harmonies of #BE4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A15

Black with #BE4A15

Text Example


Text Example

White with #BE4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A15; }

 p { color: rgb(190,74,21); }

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

background-color css

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

 a { background-color: rgb(190,74,21); }

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

border-color css

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

 span { border-color: rgb(190,74,21); }

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