Html Css Color HEX #BE3604 Rust

📋 copy color: '#BE3604'

red 190 ◦ green 54 ◦ blue 4

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

Shades of Rust #BE3604

Tints of Rust #BE3604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 76.61%
G = 21.77%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE3604 (or 0xBE3604) is known color: Rust. HEX triplet: BE, 36 and 04. RGB value is (190,54,4). Sum of RGB (Red+Green+Blue) = 190+54+4=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3604 is #41C9FB. Grayscale: #595959. Windows color (decimal): -4311548 or 276158. OLE color: 276158.

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

Color convert

RGB 190 54 4 -
CMYK 0 0.72 0.98 0.25
HSL 16.13º 0.96% 0.38% -
HSV(B) 16.13º 0.98% 0.75% -
XYZ 22.58 13.59 1.55 -
YUV 88.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 190 54 4 0 0.72 0.98 0.25 16.13 0.96 0.38
Hex BE 36 4 0 48 62 19 10 60 26
Octal 276 66 4 0 110 142 31 20 140 46
Binary 10111110 110110 100 0 1001000 1100010 11001 10000 1100000 100110

Color Harmonies of #BE3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3604

Black with #BE3604

Text Example


Text Example

White with #BE3604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3604; }

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

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

background-color css

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

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

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

border-color css

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

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

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