Html Css Color HEX #BE4312 Rust

📋 copy color: '#BE4312'

red 190 ◦ green 67 ◦ blue 18

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

Shades of Rust #BE4312

Tints of Rust #BE4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

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

R = 69.09%
G = 24.36%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE4312 (or 0xBE4312) is known color: Rust. HEX triplet: BE, 43 and 12. RGB value is (190,67,18). Sum of RGB (Red+Green+Blue) = 190+67+18=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4312 is #41BCED. Grayscale: #626262. Windows color (decimal): -4308206 or 1196990. OLE color: 1196990.

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

Color convert

RGB 190 67 18 -
CMYK 0 0.65 0.91 0.25
HSL 17.09º 0.83% 0.41% -
HSV(B) 17.09º 0.91% 0.75% -
XYZ 23.35 15.01 2.24 -
YUV 98.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 190 67 18 0 0.65 0.91 0.25 17.09 0.83 0.41
Hex BE 43 12 0 41 5B 19 11 53 29
Octal 276 103 22 0 101 133 31 21 123 51
Binary 10111110 1000011 10010 0 1000001 1011011 11001 10001 1010011 101001

Color Harmonies of #BE4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4312

Black with #BE4312

Text Example


Text Example

White with #BE4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4312; }

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

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

background-color css

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

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

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

border-color css

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

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

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