Html Css Color HEX #BE4C15 Rust

📋 copy color: '#BE4C15'

red 190 ◦ green 76 ◦ blue 21

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

Shades of Rust #BE4C15

Tints of Rust #BE4C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

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

R = 66.2%
G = 26.48%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE4C15 (or 0xBE4C15) is known color: Rust. HEX triplet: BE, 4C and 15. RGB value is (190,76,21). Sum of RGB (Red+Green+Blue) = 190+76+21=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C15 is #41B3EA. Grayscale: #686868. Windows color (decimal): -4305899 or 1395902. OLE color: 1395902.

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

Color convert

RGB 190 76 21 -
CMYK 0 0.60 0.89 0.25
HSL 19.53º 0.8% 0.41% -
HSV(B) 19.53º 0.89% 0.75% -
XYZ 23.96 16.17 2.57 -
YUV 103.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 190 76 21 0 0.60 0.89 0.25 19.53 0.8 0.41
Hex BE 4C 15 0 3C 59 19 14 50 29
Octal 276 114 25 0 74 131 31 24 120 51
Binary 10111110 1001100 10101 0 111100 1011001 11001 10100 1010000 101001

Color Harmonies of #BE4C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C15

Black with #BE4C15

Text Example


Text Example

White with #BE4C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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