Html Css Color HEX #BE4003 Rust

📋 copy color: '#BE4003'

red 190 ◦ green 64 ◦ blue 3

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

Shades of Rust #BE4003

Tints of Rust #BE4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 73.93%
G = 24.9%
B = 1.17%

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

#BE4003 (or 0xBE4003) is known color: Rust. HEX triplet: BE, 40 and 03. RGB value is (190,64,3). Sum of RGB (Red+Green+Blue) = 190+64+3=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4003 is #41BFFC. Grayscale: #5F5F5F. Windows color (decimal): -4308989 or 213182. OLE color: 213182.

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

Color convert

RGB 190 64 3 -
CMYK 0 0.66 0.98 0.25
HSL 19.57º 0.97% 0.38% -
HSV(B) 19.57º 0.98% 0.75% -
XYZ 23.09 14.62 1.69 -
YUV 94.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 190 64 3 0 0.66 0.98 0.25 19.57 0.97 0.38
Hex BE 40 3 0 42 62 19 14 61 26
Octal 276 100 3 0 102 142 31 24 141 46
Binary 10111110 1000000 11 0 1000010 1100010 11001 10100 1100001 100110

Color Harmonies of #BE4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4003

Black with #BE4003

Text Example


Text Example

White with #BE4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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