Html Css Color HEX #BE3901 Rust

📋 copy color: '#BE3901'

red 190 ◦ green 57 ◦ blue 1

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

Shades of Rust #BE3901

Tints of Rust #BE3901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 76.61%
G = 22.98%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3901 (or 0xBE3901) is known color: Rust. HEX triplet: BE, 39 and 01. RGB value is (190,57,1). Sum of RGB (Red+Green+Blue) = 190+57+1=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3901 is #41C6FE. Grayscale: #5A5A5A. Windows color (decimal): -4310783 or 80318. OLE color: 80318.

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

Color convert

RGB 190 57 1 -
CMYK 0 0.7 0.99 0.25
HSL 17.78º 0.99% 0.37% -
HSV(B) 17.78º 0.99% 0.75% -
XYZ 22.7 13.88 1.51 -
YUV 90.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 190 57 1 0 0.7 0.99 0.25 17.78 0.99 0.37
Hex BE 39 1 0 46 63 19 12 63 25
Octal 276 71 1 0 106 143 31 22 143 45
Binary 10111110 111001 1 0 1000110 1100011 11001 10010 1100011 100101

Color Harmonies of #BE3901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3901

Black with #BE3901

Text Example


Text Example

White with #BE3901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3901; }

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

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

background-color css

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

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

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

border-color css

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

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

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