Html Css Color HEX #BE400E Rust

📋 copy color: '#BE400E'

red 190 ◦ green 64 ◦ blue 14

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

Shades of Rust #BE400E

Tints of Rust #BE400E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 70.9%
G = 23.88%
B = 5.22%

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

#BE400E (or 0xBE400E) is known color: Rust. HEX triplet: BE, 40 and 0E. RGB value is (190,64,14). Sum of RGB (Red+Green+Blue) = 190+64+14=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE400E is #41BFF1. Grayscale: #606060. Windows color (decimal): -4308978 or 934078. OLE color: 934078.

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

Color convert

RGB 190 64 14 -
CMYK 0 0.66 0.93 0.25
HSL 17.05º 0.86% 0.4% -
HSV(B) 17.05º 0.93% 0.75% -
XYZ 23.15 14.65 2.02 -
YUV 95.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 190 64 14 0 0.66 0.93 0.25 17.05 0.86 0.4
Hex BE 40 E 0 42 5D 19 11 56 28
Octal 276 100 16 0 102 135 31 21 126 50
Binary 10111110 1000000 1110 0 1000010 1011101 11001 10001 1010110 101000

Color Harmonies of #BE400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE400E

Black with #BE400E

Text Example


Text Example

White with #BE400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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