Html Css Color HEX #BE3707 Rust

📋 copy color: '#BE3707'

red 190 ◦ green 55 ◦ blue 7

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

Shades of Rust #BE3707

Tints of Rust #BE3707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 75.4%
G = 21.83%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE3707 (or 0xBE3707) is known color: Rust. HEX triplet: BE, 37 and 07. RGB value is (190,55,7). Sum of RGB (Red+Green+Blue) = 190+55+7=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3707 is #41C8F8. Grayscale: #5A5A5A. Windows color (decimal): -4311289 or 473022. OLE color: 473022.

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

Color convert

RGB 190 55 7 -
CMYK 0 0.71 0.96 0.25
HSL 15.74º 0.93% 0.39% -
HSV(B) 15.74º 0.96% 0.75% -
XYZ 22.64 13.69 1.65 -
YUV 89.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 190 55 7 0 0.71 0.96 0.25 15.74 0.93 0.39
Hex BE 37 7 0 47 60 19 10 5D 27
Octal 276 67 7 0 107 140 31 20 135 47
Binary 10111110 110111 111 0 1000111 1100000 11001 10000 1011101 100111

Color Harmonies of #BE3707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3707

Black with #BE3707

Text Example


Text Example

White with #BE3707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3707; }

 p { color: rgb(190,55,7); }

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

background-color css

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

 a { background-color: rgb(190,55,7); }

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

border-color css

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

 span { border-color: rgb(190,55,7); }

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