Html Css Color HEX #BE4001 Rust

📋 copy color: '#BE4001'

red 190 ◦ green 64 ◦ blue 1

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

Shades of Rust #BE4001

Tints of Rust #BE4001

RGB

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

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

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

R = 74.51%
G = 25.1%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE4001 (or 0xBE4001) is known color: Rust. HEX triplet: BE, 40 and 01. RGB value is (190,64,1). Sum of RGB (Red+Green+Blue) = 190+64+1=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4001 is #41BFFE. Grayscale: #5E5E5E. Windows color (decimal): -4308991 or 82110. OLE color: 82110.

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

Color convert

RGB 190 64 1 -
CMYK 0 0.66 0.99 0.25
HSL 20º 0.99% 0.37% -
HSV(B) 20º 0.99% 0.75% -
XYZ 23.07 14.62 1.63 -
YUV 94.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 190 64 1 0 0.66 0.99 0.25 20 0.99 0.37
Hex BE 40 1 0 42 63 19 14 63 25
Octal 276 100 1 0 102 143 31 24 143 45
Binary 10111110 1000000 1 0 1000010 1100011 11001 10100 1100011 100101

Color Harmonies of #BE4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4001

Black with #BE4001

Text Example


Text Example

White with #BE4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4001; }

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

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

background-color css

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

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

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

border-color css

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

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

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