Html Css Color HEX #BE3E16 Rust

📋 copy color: '#BE3E16'

red 190 ◦ green 62 ◦ blue 22

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

Shades of Rust #BE3E16

Tints of Rust #BE3E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 69.34%
G = 22.63%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE3E16 (or 0xBE3E16) is known color: Rust. HEX triplet: BE, 3E and 16. RGB value is (190,62,22). Sum of RGB (Red+Green+Blue) = 190+62+22=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E16 is #41C1E9. Grayscale: #606060. Windows color (decimal): -4309482 or 1457854. OLE color: 1457854.

HSL color Cylindrical-coordinate representation of color #BE3E16: hue angle of 14.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE3E16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 62 22 -
CMYK 0 0.67 0.88 0.25
HSL 14.29º 0.79% 0.42% -
HSV(B) 14.29º 0.88% 0.75% -
XYZ 23.1 14.45 2.33 -
YUV 95.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 190 62 22 0 0.67 0.88 0.25 14.29 0.79 0.42
Hex BE 3E 16 0 43 58 19 E 4F 2A
Octal 276 76 26 0 103 130 31 16 117 52
Binary 10111110 111110 10110 0 1000011 1011000 11001 1110 1001111 101010

Color Harmonies of #BE3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E16

Black with #BE3E16

Text Example


Text Example

White with #BE3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E16; }

 p { color: rgb(190,62,22); }

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

background-color css

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

 a { background-color: rgb(190,62,22); }

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

border-color css

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

 span { border-color: rgb(190,62,22); }

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