Html Css Color HEX #BE4415 Rust

📋 copy color: '#BE4415'

red 190 ◦ green 68 ◦ blue 21

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

Shades of Rust #BE4415

Tints of Rust #BE4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 68.1%
G = 24.37%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE4415 (or 0xBE4415) is known color: Rust. HEX triplet: BE, 44 and 15. RGB value is (190,68,21). Sum of RGB (Red+Green+Blue) = 190+68+21=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4415 is #41BBEA. Grayscale: #636363. Windows color (decimal): -4307947 or 1393854. OLE color: 1393854.

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

Color convert

RGB 190 68 21 -
CMYK 0 0.64 0.89 0.25
HSL 16.69º 0.8% 0.41% -
HSV(B) 16.69º 0.89% 0.75% -
XYZ 23.44 15.14 2.4 -
YUV 99.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 190 68 21 0 0.64 0.89 0.25 16.69 0.8 0.41
Hex BE 44 15 0 40 59 19 11 50 29
Octal 276 104 25 0 100 131 31 21 120 51
Binary 10111110 1000100 10101 0 1000000 1011001 11001 10001 1010000 101001

Color Harmonies of #BE4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4415

Black with #BE4415

Text Example


Text Example

White with #BE4415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4415; }

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

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

background-color css

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

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

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

border-color css

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

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

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