Html Css Color HEX #BE441D Rust

📋 copy color: '#BE441D'

red 190 ◦ green 68 ◦ blue 29

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

Shades of Rust #BE441D

Tints of Rust #BE441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

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

R = 66.2%
G = 23.69%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE441D (or 0xBE441D) is known color: Rust. HEX triplet: BE, 44 and 1D. RGB value is (190,68,29). Sum of RGB (Red+Green+Blue) = 190+68+29=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE441D is #41BBE2. Grayscale: #646464. Windows color (decimal): -4307939 or 1918142. OLE color: 1918142.

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

Color convert

RGB 190 68 29 -
CMYK 0 0.64 0.85 0.25
HSL 14.53º 0.74% 0.43% -
HSV(B) 14.53º 0.85% 0.75% -
XYZ 23.52 15.17 2.85 -
YUV 100.03 87.92 192.17 -
System Red Green Blue C M Y K H S L
Decimal 190 68 29 0 0.64 0.85 0.25 14.53 0.74 0.43
Hex BE 44 1D 0 40 55 19 F 4A 2B
Octal 276 104 35 0 100 125 31 17 112 53
Binary 10111110 1000100 11101 0 1000000 1010101 11001 1111 1001010 101011

Color Harmonies of #BE441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE441D

Black with #BE441D

Text Example


Text Example

White with #BE441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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