Html Css Color HEX #BE3301 Rust

📋 copy color: '#BE3301'

red 190 ◦ green 51 ◦ blue 1

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

Shades of Rust #BE3301

Tints of Rust #BE3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

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

R = 78.51%
G = 21.07%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3301 (or 0xBE3301) is known color: Rust. HEX triplet: BE, 33 and 01. RGB value is (190,51,1). Sum of RGB (Red+Green+Blue) = 190+51+1=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3301 is #41CCFE. Grayscale: #575757. Windows color (decimal): -4312319 or 78782. OLE color: 78782.

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

Color convert

RGB 190 51 1 -
CMYK 0 0.73 0.99 0.25
HSL 15.87º 0.99% 0.37% -
HSV(B) 15.87º 0.99% 0.75% -
XYZ 22.42 13.32 1.42 -
YUV 86.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 190 51 1 0 0.73 0.99 0.25 15.87 0.99 0.37
Hex BE 33 1 0 49 63 19 10 63 25
Octal 276 63 1 0 111 143 31 20 143 45
Binary 10111110 110011 1 0 1001001 1100011 11001 10000 1100011 100101

Color Harmonies of #BE3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3301

Black with #BE3301

Text Example


Text Example

White with #BE3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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