Html Css Color HEX #BE4413 Rust

📋 copy color: '#BE4413'

red 190 ◦ green 68 ◦ blue 19

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

Shades of Rust #BE4413

Tints of Rust #BE4413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 68.59%
G = 24.55%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE4413 (or 0xBE4413) is known color: Rust. HEX triplet: BE, 44 and 13. RGB value is (190,68,19). Sum of RGB (Red+Green+Blue) = 190+68+19=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4413 is #41BBEC. Grayscale: #636363. Windows color (decimal): -4307949 or 1262782. OLE color: 1262782.

HSL color Cylindrical-coordinate representation of color #BE4413: hue angle of 17.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE4413 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 19 -
CMYK 0 0.64 0.90 0.25
HSL 17.19º 0.82% 0.41% -
HSV(B) 17.19º 0.9% 0.75% -
XYZ 23.42 15.13 2.3 -
YUV 98.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 190 68 19 0 0.64 0.90 0.25 17.19 0.82 0.41
Hex BE 44 13 0 40 5A 19 11 52 29
Octal 276 104 23 0 100 132 31 21 122 51
Binary 10111110 1000100 10011 0 1000000 1011010 11001 10001 1010010 101001

Color Harmonies of #BE4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4413

Black with #BE4413

Text Example


Text Example

White with #BE4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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