Html Css Color HEX #BE4D1D Rust

📋 copy color: '#BE4D1D'

red 190 ◦ green 77 ◦ blue 29

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

Shades of Rust #BE4D1D

Tints of Rust #BE4D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.01%

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 64.19%
G = 26.01%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE4D1D (or 0xBE4D1D) is known color: Rust. HEX triplet: BE, 4D and 1D. RGB value is (190,77,29). Sum of RGB (Red+Green+Blue) = 190+77+29=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D1D is #41B2E2. Grayscale: #696969. Windows color (decimal): -4305635 or 1920446. OLE color: 1920446.

HSL color Cylindrical-coordinate representation of color #BE4D1D: hue angle of 17.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE4D1D is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 29 -
CMYK 0 0.59 0.85 0.25
HSL 17.89º 0.74% 0.43% -
HSV(B) 17.89º 0.85% 0.75% -
XYZ 24.11 16.34 3.05 -
YUV 105.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 190 77 29 0 0.59 0.85 0.25 17.89 0.74 0.43
Hex BE 4D 1D 0 3B 55 19 12 4A 2B
Octal 276 115 35 0 73 125 31 22 112 53
Binary 10111110 1001101 11101 0 111011 1010101 11001 10010 1001010 101011

Color Harmonies of #BE4D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D1D

Black with #BE4D1D

Text Example


Text Example

White with #BE4D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D1D; }

 p { color: rgb(190,77,29); }

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

background-color css

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

 a { background-color: rgb(190,77,29); }

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

border-color css

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

 span { border-color: rgb(190,77,29); }

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