Html Css Color HEX #BE3404 Rust

📋 copy color: '#BE3404'

red 190 ◦ green 52 ◦ blue 4

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

Shades of Rust #BE3404

Tints of Rust #BE3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

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

R = 77.24%
G = 21.14%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE3404 (or 0xBE3404) is known color: Rust. HEX triplet: BE, 34 and 04. RGB value is (190,52,4). Sum of RGB (Red+Green+Blue) = 190+52+4=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3404 is #41CBFB. Grayscale: #585858. Windows color (decimal): -4312060 or 275646. OLE color: 275646.

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

Color convert

RGB 190 52 4 -
CMYK 0 0.73 0.98 0.25
HSL 15.48º 0.96% 0.38% -
HSV(B) 15.48º 0.98% 0.75% -
XYZ 22.49 13.41 1.52 -
YUV 87.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 190 52 4 0 0.73 0.98 0.25 15.48 0.96 0.38
Hex BE 34 4 0 49 62 19 F 60 26
Octal 276 64 4 0 111 142 31 17 140 46
Binary 10111110 110100 100 0 1001001 1100010 11001 1111 1100000 100110

Color Harmonies of #BE3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3404

Black with #BE3404

Text Example


Text Example

White with #BE3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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