Html Css Color HEX #BE3C12 Rust

📋 copy color: '#BE3C12'

red 190 ◦ green 60 ◦ blue 18

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

Shades of Rust #BE3C12

Tints of Rust #BE3C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 70.9%
G = 22.39%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE3C12 (or 0xBE3C12) is known color: Rust. HEX triplet: BE, 3C and 12. RGB value is (190,60,18). Sum of RGB (Red+Green+Blue) = 190+60+18=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C12 is #41C3ED. Grayscale: #5E5E5E. Windows color (decimal): -4309998 or 1195198. OLE color: 1195198.

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

Color convert

RGB 190 60 18 -
CMYK 0 0.68 0.91 0.25
HSL 14.65º 0.83% 0.41% -
HSV(B) 14.65º 0.91% 0.75% -
XYZ 22.96 14.22 2.11 -
YUV 94.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 190 60 18 0 0.68 0.91 0.25 14.65 0.83 0.41
Hex BE 3C 12 0 44 5B 19 F 53 29
Octal 276 74 22 0 104 133 31 17 123 51
Binary 10111110 111100 10010 0 1000100 1011011 11001 1111 1010011 101001

Color Harmonies of #BE3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C12

Black with #BE3C12

Text Example


Text Example

White with #BE3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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