Html Css Color HEX #BE4118 Rust

📋 copy color: '#BE4118'

red 190 ◦ green 65 ◦ blue 24

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

Shades of Rust #BE4118

Tints of Rust #BE4118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 68.1%
G = 23.3%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE4118 (or 0xBE4118) is known color: Rust. HEX triplet: BE, 41 and 18. RGB value is (190,65,24). Sum of RGB (Red+Green+Blue) = 190+65+24=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4118 is #41BEE7. Grayscale: #616161. Windows color (decimal): -4308712 or 1589694. OLE color: 1589694.

HSL color Cylindrical-coordinate representation of color #BE4118: hue angle of 14.82º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE4118 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 24 -
CMYK 0 0.66 0.87 0.25
HSL 14.82º 0.78% 0.42% -
HSV(B) 14.82º 0.87% 0.75% -
XYZ 23.29 14.79 2.49 -
YUV 97.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 190 65 24 0 0.66 0.87 0.25 14.82 0.78 0.42
Hex BE 41 18 0 42 57 19 F 4E 2A
Octal 276 101 30 0 102 127 31 17 116 52
Binary 10111110 1000001 11000 0 1000010 1010111 11001 1111 1001110 101010

Color Harmonies of #BE4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4118

Black with #BE4118

Text Example


Text Example

White with #BE4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4118; }

 p { color: rgb(190,65,24); }

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

background-color css

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

 a { background-color: rgb(190,65,24); }

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

border-color css

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

 span { border-color: rgb(190,65,24); }

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