Html Css Color HEX #BE3910 Rust

📋 copy color: '#BE3910'

red 190 ◦ green 57 ◦ blue 16

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

Shades of Rust #BE3910

Tints of Rust #BE3910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 72.24%
G = 21.67%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE3910 (or 0xBE3910) is known color: Rust. HEX triplet: BE, 39 and 10. RGB value is (190,57,16). Sum of RGB (Red+Green+Blue) = 190+57+16=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3910 is #41C6EF. Grayscale: #5C5C5C. Windows color (decimal): -4310768 or 1063358. OLE color: 1063358.

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

Color convert

RGB 190 57 16 -
CMYK 0 0.7 0.92 0.25
HSL 14.14º 0.84% 0.4% -
HSV(B) 14.14º 0.92% 0.75% -
XYZ 22.79 13.91 1.97 -
YUV 92.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 190 57 16 0 0.7 0.92 0.25 14.14 0.84 0.4
Hex BE 39 10 0 46 5C 19 E 54 28
Octal 276 71 20 0 106 134 31 16 124 50
Binary 10111110 111001 10000 0 1000110 1011100 11001 1110 1010100 101000

Color Harmonies of #BE3910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3910

Black with #BE3910

Text Example


Text Example

White with #BE3910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3910; }

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

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

background-color css

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

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

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

border-color css

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

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

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