Html Css Color HEX #BE3902 Rust

📋 copy color: '#BE3902'

red 190 ◦ green 57 ◦ blue 2

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

Shades of Rust #BE3902

Tints of Rust #BE3902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 76.31%
G = 22.89%
B = 0.8%

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

#BE3902 (or 0xBE3902) is known color: Rust. HEX triplet: BE, 39 and 02. RGB value is (190,57,2). Sum of RGB (Red+Green+Blue) = 190+57+2=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3902 is #41C6FD. Grayscale: #5A5A5A. Windows color (decimal): -4310782 or 145854. OLE color: 145854.

HSL color Cylindrical-coordinate representation of color #BE3902: hue angle of 17.55º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE3902 is Cyan = 0, Magento = 0.7, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 57 2 -
CMYK 0 0.7 0.99 0.25
HSL 17.55º 0.98% 0.38% -
HSV(B) 17.55º 0.99% 0.75% -
XYZ 22.71 13.88 1.54 -
YUV 90.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 190 57 2 0 0.7 0.99 0.25 17.55 0.98 0.38
Hex BE 39 2 0 46 63 19 12 62 26
Octal 276 71 2 0 106 143 31 22 142 46
Binary 10111110 111001 10 0 1000110 1100011 11001 10010 1100010 100110

Color Harmonies of #BE3902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3902

Black with #BE3902

Text Example


Text Example

White with #BE3902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3902; }

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

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

background-color css

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

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

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

border-color css

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

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

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