Html Css Color HEX #BE3201 Rust

📋 copy color: '#BE3201'

red 190 ◦ green 50 ◦ blue 1

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

Shades of Rust #BE3201

Tints of Rust #BE3201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 78.84%
G = 20.75%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3201 (or 0xBE3201) is known color: Rust. HEX triplet: BE, 32 and 01. RGB value is (190,50,1). Sum of RGB (Red+Green+Blue) = 190+50+1=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3201 is #41CDFE. Grayscale: #565656. Windows color (decimal): -4312575 or 78526. OLE color: 78526.

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

Color convert

RGB 190 50 1 -
CMYK 0 0.74 0.99 0.25
HSL 15.56º 0.99% 0.37% -
HSV(B) 15.56º 0.99% 0.75% -
XYZ 22.38 13.23 1.4 -
YUV 86.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 190 50 1 0 0.74 0.99 0.25 15.56 0.99 0.37
Hex BE 32 1 0 4A 63 19 10 63 25
Octal 276 62 1 0 112 143 31 20 143 45
Binary 10111110 110010 1 0 1001010 1100011 11001 10000 1100011 100101

Color Harmonies of #BE3201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3201

Black with #BE3201

Text Example


Text Example

White with #BE3201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3201; }

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

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

background-color css

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

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

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

border-color css

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

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

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