Html Css Color HEX #BE3801 Rust

📋 copy color: '#BE3801'

red 190 ◦ green 56 ◦ blue 1

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

Shades of Rust #BE3801

Tints of Rust #BE3801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 76.92%
G = 22.67%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3801 (or 0xBE3801) is known color: Rust. HEX triplet: BE, 38 and 01. RGB value is (190,56,1). Sum of RGB (Red+Green+Blue) = 190+56+1=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3801 is #41C7FE. Grayscale: #5A5A5A. Windows color (decimal): -4311039 or 80062. OLE color: 80062.

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

Color convert

RGB 190 56 1 -
CMYK 0 0.71 0.99 0.25
HSL 17.46º 0.99% 0.37% -
HSV(B) 17.46º 0.99% 0.75% -
XYZ 22.65 13.78 1.49 -
YUV 89.8 77.89 199.47 -
System Red Green Blue C M Y K H S L
Decimal 190 56 1 0 0.71 0.99 0.25 17.46 0.99 0.37
Hex BE 38 1 0 47 63 19 11 63 25
Octal 276 70 1 0 107 143 31 21 143 45
Binary 10111110 111000 1 0 1000111 1100011 11001 10001 1100011 100101

Color Harmonies of #BE3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3801

Black with #BE3801

Text Example


Text Example

White with #BE3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3801; }

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

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

background-color css

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

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

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

border-color css

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

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

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