Html Css Color HEX #BE3F12 Rust

📋 copy color: '#BE3F12'

red 190 ◦ green 63 ◦ blue 18

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

Shades of Rust #BE3F12

Tints of Rust #BE3F12

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

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

R = 70.11%
G = 23.25%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE3F12 (or 0xBE3F12) is known color: Rust. HEX triplet: BE, 3F and 12. RGB value is (190,63,18). Sum of RGB (Red+Green+Blue) = 190+63+18=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F12 is #41C0ED. Grayscale: #606060. Windows color (decimal): -4309230 or 1195966. OLE color: 1195966.

HSL color Cylindrical-coordinate representation of color #BE3F12: hue angle of 15.7º 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 #BE3F12 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 63 18 -
CMYK 0 0.67 0.91 0.25
HSL 15.7º 0.83% 0.41% -
HSV(B) 15.7º 0.91% 0.75% -
XYZ 23.12 14.55 2.16 -
YUV 95.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 190 63 18 0 0.67 0.91 0.25 15.7 0.83 0.41
Hex BE 3F 12 0 43 5B 19 10 53 29
Octal 276 77 22 0 103 133 31 20 123 51
Binary 10111110 111111 10010 0 1000011 1011011 11001 10000 1010011 101001

Color Harmonies of #BE3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F12

Black with #BE3F12

Text Example


Text Example

White with #BE3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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