Html Css Color HEX #BE3E14 Rust

📋 copy color: '#BE3E14'

red 190 ◦ green 62 ◦ blue 20

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

Shades of Rust #BE3E14

Tints of Rust #BE3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 69.85%
G = 22.79%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3E14 (or 0xBE3E14) is known color: Rust. HEX triplet: BE, 3E and 14. RGB value is (190,62,20). Sum of RGB (Red+Green+Blue) = 190+62+20=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E14 is #41C1EB. Grayscale: #5F5F5F. Windows color (decimal): -4309484 or 1326782. OLE color: 1326782.

HSL color Cylindrical-coordinate representation of color #BE3E14: hue angle of 14.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE3E14 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 62 20 -
CMYK 0 0.67 0.89 0.25
HSL 14.82º 0.81% 0.41% -
HSV(B) 14.82º 0.89% 0.75% -
XYZ 23.08 14.44 2.23 -
YUV 95.48 85.41 195.42 -
System Red Green Blue C M Y K H S L
Decimal 190 62 20 0 0.67 0.89 0.25 14.82 0.81 0.41
Hex BE 3E 14 0 43 59 19 F 51 29
Octal 276 76 24 0 103 131 31 17 121 51
Binary 10111110 111110 10100 0 1000011 1011001 11001 1111 1010001 101001

Color Harmonies of #BE3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E14

Black with #BE3E14

Text Example


Text Example

White with #BE3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E14; }

 p { color: rgb(190,62,20); }

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

background-color css

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

 a { background-color: rgb(190,62,20); }

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

border-color css

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

 span { border-color: rgb(190,62,20); }

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