Html Css Color HEX #BE451E Rust

📋 copy color: '#BE451E'

red 190 ◦ green 69 ◦ blue 30

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

Shades of Rust #BE451E

Tints of Rust #BE451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

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

R = 65.74%
G = 23.88%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE451E (or 0xBE451E) is known color: Rust. HEX triplet: BE, 45 and 1E. RGB value is (190,69,30). Sum of RGB (Red+Green+Blue) = 190+69+30=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE451E is #41BAE1. Grayscale: #656565. Windows color (decimal): -4307682 or 1983934. OLE color: 1983934.

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

Color convert

RGB 190 69 30 -
CMYK 0 0.64 0.84 0.25
HSL 14.63º 0.73% 0.43% -
HSV(B) 14.63º 0.84% 0.75% -
XYZ 23.6 15.3 2.94 -
YUV 100.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 190 69 30 0 0.64 0.84 0.25 14.63 0.73 0.43
Hex BE 45 1E 0 40 54 19 F 49 2B
Octal 276 105 36 0 100 124 31 17 111 53
Binary 10111110 1000101 11110 0 1000000 1010100 11001 1111 1001001 101011

Color Harmonies of #BE451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE451E

Black with #BE451E

Text Example


Text Example

White with #BE451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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