Html Css Color HEX #BE400D Rust

📋 copy color: '#BE400D'

red 190 ◦ green 64 ◦ blue 13

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

Shades of Rust #BE400D

Tints of Rust #BE400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

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

R = 71.16%
G = 23.97%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE400D (or 0xBE400D) is known color: Rust. HEX triplet: BE, 40 and 0D. RGB value is (190,64,13). Sum of RGB (Red+Green+Blue) = 190+64+13=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE400D is #41BFF2. Grayscale: #606060. Windows color (decimal): -4308979 or 868542. OLE color: 868542.

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

Color convert

RGB 190 64 13 -
CMYK 0 0.66 0.93 0.25
HSL 17.29º 0.87% 0.4% -
HSV(B) 17.29º 0.93% 0.75% -
XYZ 23.14 14.64 1.99 -
YUV 95.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 190 64 13 0 0.66 0.93 0.25 17.29 0.87 0.4
Hex BE 40 D 0 42 5D 19 11 57 28
Octal 276 100 15 0 102 135 31 21 127 50
Binary 10111110 1000000 1101 0 1000010 1011101 11001 10001 1010111 101000

Color Harmonies of #BE400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE400D

Black with #BE400D

Text Example


Text Example

White with #BE400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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