Html Css Color HEX #BE481E Rust

📋 copy color: '#BE481E'

red 190 ◦ green 72 ◦ blue 30

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

Shades of Rust #BE481E

Tints of Rust #BE481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 65.07%
G = 24.66%
B = 10.27%

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

#BE481E (or 0xBE481E) is known color: Rust. HEX triplet: BE, 48 and 1E. RGB value is (190,72,30). Sum of RGB (Red+Green+Blue) = 190+72+30=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE481E is #41B7E1. Grayscale: #666666. Windows color (decimal): -4306914 or 1984702. OLE color: 1984702.

HSL color Cylindrical-coordinate representation of color #BE481E: hue angle of 15.75º degrees, saturation: 0.73, 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 #BE481E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 72 30 -
CMYK 0 0.62 0.84 0.25
HSL 15.75º 0.73% 0.43% -
HSV(B) 15.75º 0.84% 0.75% -
XYZ 23.79 15.68 3 -
YUV 102.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 190 72 30 0 0.62 0.84 0.25 15.75 0.73 0.43
Hex BE 48 1E 0 3E 54 19 10 49 2B
Octal 276 110 36 0 76 124 31 20 111 53
Binary 10111110 1001000 11110 0 111110 1010100 11001 10000 1001001 101011

Color Harmonies of #BE481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE481E

Black with #BE481E

Text Example


Text Example

White with #BE481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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