Html Css Color HEX #BE4103 Rust

📋 copy color: '#BE4103'

red 190 ◦ green 65 ◦ blue 3

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

Shades of Rust #BE4103

Tints of Rust #BE4103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 73.64%
G = 25.19%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE4103 (or 0xBE4103) is known color: Rust. HEX triplet: BE, 41 and 03. RGB value is (190,65,3). Sum of RGB (Red+Green+Blue) = 190+65+3=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4103 is #41BEFC. Grayscale: #5F5F5F. Windows color (decimal): -4308733 or 213438. OLE color: 213438.

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

Color convert

RGB 190 65 3 -
CMYK 0 0.66 0.98 0.25
HSL 19.89º 0.97% 0.38% -
HSV(B) 19.89º 0.98% 0.75% -
XYZ 23.14 14.73 1.71 -
YUV 95.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 190 65 3 0 0.66 0.98 0.25 19.89 0.97 0.38
Hex BE 41 3 0 42 62 19 14 61 26
Octal 276 101 3 0 102 142 31 24 141 46
Binary 10111110 1000001 11 0 1000010 1100010 11001 10100 1100001 100110

Color Harmonies of #BE4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4103

Black with #BE4103

Text Example


Text Example

White with #BE4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4103; }

 p { color: rgb(190,65,3); }

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

background-color css

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

 a { background-color: rgb(190,65,3); }

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

border-color css

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

 span { border-color: rgb(190,65,3); }

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