Html Css Color HEX #BE4201 Rust

📋 copy color: '#BE4201'

red 190 ◦ green 66 ◦ blue 1

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

Shades of Rust #BE4201

Tints of Rust #BE4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 73.93%
G = 25.68%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE4201 (or 0xBE4201) is known color: Rust. HEX triplet: BE, 42 and 01. RGB value is (190,66,1). Sum of RGB (Red+Green+Blue) = 190+66+1=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4201 is #41BDFE. Grayscale: #606060. Windows color (decimal): -4308479 or 82622. OLE color: 82622.

HSL color Cylindrical-coordinate representation of color #BE4201: hue angle of 20.63º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE4201 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 1 -
CMYK 0 0.65 0.99 0.25
HSL 20.63º 0.99% 0.37% -
HSV(B) 20.63º 0.99% 0.75% -
XYZ 23.19 14.85 1.67 -
YUV 95.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 190 66 1 0 0.65 0.99 0.25 20.63 0.99 0.37
Hex BE 42 1 0 41 63 19 15 63 25
Octal 276 102 1 0 101 143 31 25 143 45
Binary 10111110 1000010 1 0 1000001 1100011 11001 10101 1100011 100101

Color Harmonies of #BE4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4201

Black with #BE4201

Text Example


Text Example

White with #BE4201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4201; }

 p { color: rgb(190,66,1); }

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

background-color css

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

 a { background-color: rgb(190,66,1); }

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

border-color css

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

 span { border-color: rgb(190,66,1); }

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