Html Css Color HEX #BE4A0D Rust

📋 copy color: '#BE4A0D'

red 190 ◦ green 74 ◦ blue 13

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

Shades of Rust #BE4A0D

Tints of Rust #BE4A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

 BLUE value IS 13 (5.47% from 255) = 4.69%

R = 68.59%
G = 26.71%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE4A0D (or 0xBE4A0D) is known color: Rust. HEX triplet: BE, 4A and 0D. RGB value is (190,74,13). Sum of RGB (Red+Green+Blue) = 190+74+13=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4A0D is #41B5F2. Grayscale: #666666. Windows color (decimal): -4306419 or 871102. OLE color: 871102.

HSL color Cylindrical-coordinate representation of color #BE4A0D: hue angle of 20.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE4A0D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 74 13 -
CMYK 0 0.61 0.93 0.25
HSL 20.68º 0.87% 0.4% -
HSV(B) 20.68º 0.93% 0.75% -
XYZ 23.76 15.87 2.19 -
YUV 101.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 190 74 13 0 0.61 0.93 0.25 20.68 0.87 0.4
Hex BE 4A D 0 3D 5D 19 15 57 28
Octal 276 112 15 0 75 135 31 25 127 50
Binary 10111110 1001010 1101 0 111101 1011101 11001 10101 1010111 101000

Color Harmonies of #BE4A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A0D

Black with #BE4A0D

Text Example


Text Example

White with #BE4A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A0D; }

 p { color: rgb(190,74,13); }

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

background-color css

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

 a { background-color: rgb(190,74,13); }

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

border-color css

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

 span { border-color: rgb(190,74,13); }

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