Html Css Color HEX #BE3607 Rust

📋 copy color: '#BE3607'

red 190 ◦ green 54 ◦ blue 7

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

Shades of Rust #BE3607

Tints of Rust #BE3607

RGB

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

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

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

R = 75.7%
G = 21.51%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE3607 (or 0xBE3607) is known color: Rust. HEX triplet: BE, 36 and 07. RGB value is (190,54,7). Sum of RGB (Red+Green+Blue) = 190+54+7=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3607 is #41C9F8. Grayscale: #595959. Windows color (decimal): -4311545 or 472766. OLE color: 472766.

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

Color convert

RGB 190 54 7 -
CMYK 0 0.72 0.96 0.25
HSL 15.41º 0.93% 0.39% -
HSV(B) 15.41º 0.96% 0.75% -
XYZ 22.59 13.6 1.64 -
YUV 89.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 190 54 7 0 0.72 0.96 0.25 15.41 0.93 0.39
Hex BE 36 7 0 48 60 19 F 5D 27
Octal 276 66 7 0 110 140 31 17 135 47
Binary 10111110 110110 111 0 1001000 1100000 11001 1111 1011101 100111

Color Harmonies of #BE3607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3607

Black with #BE3607

Text Example


Text Example

White with #BE3607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3607; }

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

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

background-color css

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

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

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

border-color css

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

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

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