Html Css Color HEX #BE3F07 Rust

📋 copy color: '#BE3F07'

red 190 ◦ green 63 ◦ blue 7

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

Shades of Rust #BE3F07

Tints of Rust #BE3F07

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

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

R = 73.08%
G = 24.23%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE3F07 (or 0xBE3F07) is known color: Rust. HEX triplet: BE, 3F and 07. RGB value is (190,63,7). Sum of RGB (Red+Green+Blue) = 190+63+7=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F07 is #41C0F8. Grayscale: #5E5E5E. Windows color (decimal): -4309241 or 475070. OLE color: 475070.

HSL color Cylindrical-coordinate representation of color #BE3F07: hue angle of 18.36º 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 #BE3F07 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 63 7 -
CMYK 0 0.67 0.96 0.25
HSL 18.36º 0.93% 0.39% -
HSV(B) 18.36º 0.96% 0.75% -
XYZ 23.05 14.52 1.79 -
YUV 94.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 190 63 7 0 0.67 0.96 0.25 18.36 0.93 0.39
Hex BE 3F 7 0 43 60 19 12 5D 27
Octal 276 77 7 0 103 140 31 22 135 47
Binary 10111110 111111 111 0 1000011 1100000 11001 10010 1011101 100111

Color Harmonies of #BE3F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F07

Black with #BE3F07

Text Example


Text Example

White with #BE3F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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