Html Css Color HEX #BE3606 Rust

📋 copy color: '#BE3606'

red 190 ◦ green 54 ◦ blue 6

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

Shades of Rust #BE3606

Tints of Rust #BE3606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 76%
G = 21.6%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE3606 (or 0xBE3606) is known color: Rust. HEX triplet: BE, 36 and 06. RGB value is (190,54,6). Sum of RGB (Red+Green+Blue) = 190+54+6=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3606 is #41C9F9. Grayscale: #595959. Windows color (decimal): -4311546 or 407230. OLE color: 407230.

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

Color convert

RGB 190 54 6 -
CMYK 0 0.72 0.97 0.25
HSL 15.65º 0.94% 0.38% -
HSV(B) 15.65º 0.97% 0.75% -
XYZ 22.59 13.6 1.61 -
YUV 89.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 190 54 6 0 0.72 0.97 0.25 15.65 0.94 0.38
Hex BE 36 6 0 48 61 19 10 5E 26
Octal 276 66 6 0 110 141 31 20 136 46
Binary 10111110 110110 110 0 1001000 1100001 11001 10000 1011110 100110

Color Harmonies of #BE3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3606

Black with #BE3606

Text Example


Text Example

White with #BE3606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3606; }

 p { color: rgb(190,54,6); }

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

background-color css

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

 a { background-color: rgb(190,54,6); }

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

border-color css

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

 span { border-color: rgb(190,54,6); }

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