Html Css Color HEX #BE4C04 Rust

📋 copy color: '#BE4C04'

red 190 ◦ green 76 ◦ blue 4

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

Shades of Rust #BE4C04

Tints of Rust #BE4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 70.37%
G = 28.15%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE4C04 (or 0xBE4C04) is known color: Rust. HEX triplet: BE, 4C and 04. RGB value is (190,76,4). Sum of RGB (Red+Green+Blue) = 190+76+4=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C04 is #41B3FB. Grayscale: #666666. Windows color (decimal): -4305916 or 281790. OLE color: 281790.

HSL color Cylindrical-coordinate representation of color #BE4C04: hue angle of 23.23º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE4C04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 76 4 -
CMYK 0 0.60 0.98 0.25
HSL 23.23º 0.96% 0.38% -
HSV(B) 23.23º 0.98% 0.75% -
XYZ 23.84 16.12 1.97 -
YUV 101.88 72.77 190.85 -
System Red Green Blue C M Y K H S L
Decimal 190 76 4 0 0.60 0.98 0.25 23.23 0.96 0.38
Hex BE 4C 4 0 3C 62 19 17 60 26
Octal 276 114 4 0 74 142 31 27 140 46
Binary 10111110 1001100 100 0 111100 1100010 11001 10111 1100000 100110

Color Harmonies of #BE4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C04

Black with #BE4C04

Text Example


Text Example

White with #BE4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C04; }

 p { color: rgb(190,76,4); }

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

background-color css

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

 a { background-color: rgb(190,76,4); }

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

border-color css

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

 span { border-color: rgb(190,76,4); }

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