Html Css Color HEX #BE4300 Rust

📋 copy color: '#BE4300'

red 190 ◦ green 67 ◦ blue 0

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

Shades of Rust #BE4300

Tints of Rust #BE4300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.93%
G = 26.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE4300 (or 0xBE4300) is known color: Rust. HEX triplet: BE, 43 and 00. RGB value is (190,67,0). Sum of RGB (Red+Green+Blue) = 190+67+0=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4300 is #41BCFF. Grayscale: #606060. Windows color (decimal): -4308224 or 17342. OLE color: 17342.

HSL color Cylindrical-coordinate representation of color #BE4300: hue angle of 21.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE4300 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 67 0 -
CMYK 0 0.65 1 0.25
HSL 21.16º 1% 0.37% -
HSV(B) 21.16º 1% 0.75% -
XYZ 23.24 14.96 1.66 -
YUV 96.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 190 67 0 0 0.65 1 0.25 21.16 1 0.37
Hex BE 43 0 0 41 64 19 15 64 25
Octal 276 103 0 0 101 144 31 25 144 45
Binary 10111110 1000011 0 0 1000001 1100100 11001 10101 1100100 100101

Color Harmonies of #BE4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4300

Black with #BE4300

Text Example


Text Example

White with #BE4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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