Html Css Color HEX #BE4220 Rust

📋 copy color: '#BE4220'

red 190 ◦ green 66 ◦ blue 32

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

Shades of Rust #BE4220

Tints of Rust #BE4220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 65.97%
G = 22.92%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE4220 (or 0xBE4220) is known color: Rust. HEX triplet: BE, 42 and 20. RGB value is (190,66,32). Sum of RGB (Red+Green+Blue) = 190+66+32=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4220 is #41BDDF. Grayscale: #636363. Windows color (decimal): -4308448 or 2114238. OLE color: 2114238.

HSL color Cylindrical-coordinate representation of color #BE4220: hue angle of 12.91º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4220 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 32 -
CMYK 0 0.65 0.83 0.25
HSL 12.91º 0.71% 0.44% -
HSV(B) 12.91º 0.83% 0.75% -
XYZ 23.44 14.95 3.02 -
YUV 99.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 190 66 32 0 0.65 0.83 0.25 12.91 0.71 0.44
Hex BE 42 20 0 41 53 19 D 47 2C
Octal 276 102 40 0 101 123 31 15 107 54
Binary 10111110 1000010 100000 0 1000001 1010011 11001 1101 1000111 101100

Color Harmonies of #BE4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4220

Black with #BE4220

Text Example


Text Example

White with #BE4220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4220; }

 p { color: rgb(190,66,32); }

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

background-color css

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

 a { background-color: rgb(190,66,32); }

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

border-color css

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

 span { border-color: rgb(190,66,32); }

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