Html Css Color HEX #BE440D Rust

📋 copy color: '#BE440D'

red 190 ◦ green 68 ◦ blue 13

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

Shades of Rust #BE440D

Tints of Rust #BE440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 70.11%
G = 25.09%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE440D (or 0xBE440D) is known color: Rust. HEX triplet: BE, 44 and 0D. RGB value is (190,68,13). Sum of RGB (Red+Green+Blue) = 190+68+13=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE440D is #41BBF2. Grayscale: #626262. Windows color (decimal): -4307955 or 869566. OLE color: 869566.

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

Color convert

RGB 190 68 13 -
CMYK 0 0.64 0.93 0.25
HSL 18.64º 0.87% 0.4% -
HSV(B) 18.64º 0.93% 0.75% -
XYZ 23.37 15.11 2.07 -
YUV 98.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 190 68 13 0 0.64 0.93 0.25 18.64 0.87 0.4
Hex BE 44 D 0 40 5D 19 13 57 28
Octal 276 104 15 0 100 135 31 23 127 50
Binary 10111110 1000100 1101 0 1000000 1011101 11001 10011 1010111 101000

Color Harmonies of #BE440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE440D

Black with #BE440D

Text Example


Text Example

White with #BE440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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