Html Css Color HEX #BE401D Rust

📋 copy color: '#BE401D'

red 190 ◦ green 64 ◦ blue 29

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

Shades of Rust #BE401D

Tints of Rust #BE401D

RGB

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

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

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

R = 67.14%
G = 22.61%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE401D (or 0xBE401D) is known color: Rust. HEX triplet: BE, 40 and 1D. RGB value is (190,64,29). Sum of RGB (Red+Green+Blue) = 190+64+29=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE401D is #41BFE2. Grayscale: #616161. Windows color (decimal): -4308963 or 1917118. OLE color: 1917118.

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

Color convert

RGB 190 64 29 -
CMYK 0 0.66 0.85 0.25
HSL 13.04º 0.74% 0.43% -
HSV(B) 13.04º 0.85% 0.75% -
XYZ 23.29 14.7 2.77 -
YUV 97.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 190 64 29 0 0.66 0.85 0.25 13.04 0.74 0.43
Hex BE 40 1D 0 42 55 19 D 4A 2B
Octal 276 100 35 0 102 125 31 15 112 53
Binary 10111110 1000000 11101 0 1000010 1010101 11001 1101 1001010 101011

Color Harmonies of #BE401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE401D

Black with #BE401D

Text Example


Text Example

White with #BE401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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