Html Css Color HEX #BE3C15 Rust

📋 copy color: '#BE3C15'

red 190 ◦ green 60 ◦ blue 21

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

Shades of Rust #BE3C15

Tints of Rust #BE3C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 70.11%
G = 22.14%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3C15 (or 0xBE3C15) is known color: Rust. HEX triplet: BE, 3C and 15. RGB value is (190,60,21). Sum of RGB (Red+Green+Blue) = 190+60+21=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C15 is #41C3EA. Grayscale: #5E5E5E. Windows color (decimal): -4309995 or 1391806. OLE color: 1391806.

HSL color Cylindrical-coordinate representation of color #BE3C15: hue angle of 13.85º degrees, saturation: 0.8, 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 #BE3C15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 60 21 -
CMYK 0 0.68 0.89 0.25
HSL 13.85º 0.8% 0.41% -
HSV(B) 13.85º 0.89% 0.75% -
XYZ 22.99 14.23 2.25 -
YUV 94.42 86.57 196.17 -
System Red Green Blue C M Y K H S L
Decimal 190 60 21 0 0.68 0.89 0.25 13.85 0.8 0.41
Hex BE 3C 15 0 44 59 19 E 50 29
Octal 276 74 25 0 104 131 31 16 120 51
Binary 10111110 111100 10101 0 1000100 1011001 11001 1110 1010000 101001

Color Harmonies of #BE3C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C15

Black with #BE3C15

Text Example


Text Example

White with #BE3C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C15; }

 p { color: rgb(190,60,21); }

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

background-color css

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

 a { background-color: rgb(190,60,21); }

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

border-color css

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

 span { border-color: rgb(190,60,21); }

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