Html Css Color HEX #BE4007 Rust

📋 copy color: '#BE4007'

red 190 ◦ green 64 ◦ blue 7

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

Shades of Rust #BE4007

Tints of Rust #BE4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

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

R = 72.8%
G = 24.52%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE4007 (or 0xBE4007) is known color: Rust. HEX triplet: BE, 40 and 07. RGB value is (190,64,7). Sum of RGB (Red+Green+Blue) = 190+64+7=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4007 is #41BFF8. Grayscale: #5F5F5F. Windows color (decimal): -4308985 or 475326. OLE color: 475326.

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

Color convert

RGB 190 64 7 -
CMYK 0 0.66 0.96 0.25
HSL 18.69º 0.93% 0.39% -
HSV(B) 18.69º 0.96% 0.75% -
XYZ 23.11 14.63 1.81 -
YUV 95.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 190 64 7 0 0.66 0.96 0.25 18.69 0.93 0.39
Hex BE 40 7 0 42 60 19 13 5D 27
Octal 276 100 7 0 102 140 31 23 135 47
Binary 10111110 1000000 111 0 1000010 1100000 11001 10011 1011101 100111

Color Harmonies of #BE4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4007

Black with #BE4007

Text Example


Text Example

White with #BE4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4007; }

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

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

background-color css

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

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

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

border-color css

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

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

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