Html Css Color HEX #BE3501 Rust

📋 copy color: '#BE3501'

red 190 ◦ green 53 ◦ blue 1

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

Shades of Rust #BE3501

Tints of Rust #BE3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 77.87%
G = 21.72%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3501 (or 0xBE3501) is known color: Rust. HEX triplet: BE, 35 and 01. RGB value is (190,53,1). Sum of RGB (Red+Green+Blue) = 190+53+1=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3501 is #41CAFE. Grayscale: #585858. Windows color (decimal): -4311807 or 79294. OLE color: 79294.

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

Color convert

RGB 190 53 1 -
CMYK 0 0.72 0.99 0.25
HSL 16.51º 0.99% 0.37% -
HSV(B) 16.51º 0.99% 0.75% -
XYZ 22.51 13.5 1.45 -
YUV 88.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 190 53 1 0 0.72 0.99 0.25 16.51 0.99 0.37
Hex BE 35 1 0 48 63 19 11 63 25
Octal 276 65 1 0 110 143 31 21 143 45
Binary 10111110 110101 1 0 1001000 1100011 11001 10001 1100011 100101

Color Harmonies of #BE3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3501

Black with #BE3501

Text Example


Text Example

White with #BE3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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