Html Css Color HEX #BE481F Rust

📋 copy color: '#BE481F'

red 190 ◦ green 72 ◦ blue 31

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

Shades of Rust #BE481F

Tints of Rust #BE481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.57%

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 64.85%
G = 24.57%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE481F (or 0xBE481F) is known color: Rust. HEX triplet: BE, 48 and 1F. RGB value is (190,72,31). Sum of RGB (Red+Green+Blue) = 190+72+31=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE481F is #41B7E0. Grayscale: #666666. Windows color (decimal): -4306913 or 2050238. OLE color: 2050238.

HSL color Cylindrical-coordinate representation of color #BE481F: hue angle of 15.47º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE481F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 72 31 -
CMYK 0 0.62 0.84 0.25
HSL 15.47º 0.72% 0.43% -
HSV(B) 15.47º 0.84% 0.75% -
XYZ 23.8 15.68 3.07 -
YUV 102.61 87.59 190.33 -
System Red Green Blue C M Y K H S L
Decimal 190 72 31 0 0.62 0.84 0.25 15.47 0.72 0.43
Hex BE 48 1F 0 3E 54 19 F 48 2B
Octal 276 110 37 0 76 124 31 17 110 53
Binary 10111110 1001000 11111 0 111110 1010100 11001 1111 1001000 101011

Color Harmonies of #BE481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE481F

Black with #BE481F

Text Example


Text Example

White with #BE481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE481F; }

 p { color: rgb(190,72,31); }

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

background-color css

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

 a { background-color: rgb(190,72,31); }

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

border-color css

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

 span { border-color: rgb(190,72,31); }

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