Html Css Color HEX #BE480C Rust

📋 copy color: '#BE480C'

red 190 ◦ green 72 ◦ blue 12

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

Shades of Rust #BE480C

Tints of Rust #BE480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 69.34%
G = 26.28%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE480C (or 0xBE480C) is known color: Rust. HEX triplet: BE, 48 and 0C. RGB value is (190,72,12). Sum of RGB (Red+Green+Blue) = 190+72+12=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE480C is #41B7F3. Grayscale: #646464. Windows color (decimal): -4306932 or 805054. OLE color: 805054.

HSL color Cylindrical-coordinate representation of color #BE480C: hue angle of 20.22º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE480C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 72 12 -
CMYK 0 0.62 0.94 0.25
HSL 20.22º 0.88% 0.4% -
HSV(B) 20.22º 0.94% 0.75% -
XYZ 23.62 15.61 2.12 -
YUV 100.44 78.09 191.88 -
System Red Green Blue C M Y K H S L
Decimal 190 72 12 0 0.62 0.94 0.25 20.22 0.88 0.4
Hex BE 48 C 0 3E 5E 19 14 58 28
Octal 276 110 14 0 76 136 31 24 130 50
Binary 10111110 1001000 1100 0 111110 1011110 11001 10100 1011000 101000

Color Harmonies of #BE480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE480C

Black with #BE480C

Text Example


Text Example

White with #BE480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE480C; }

 p { color: rgb(190,72,12); }

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

background-color css

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

 a { background-color: rgb(190,72,12); }

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

border-color css

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

 span { border-color: rgb(190,72,12); }

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