Html Css Color HEX #BE3403 Rust

📋 copy color: '#BE3403'

red 190 ◦ green 52 ◦ blue 3

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

Shades of Rust #BE3403

Tints of Rust #BE3403

RGB

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

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

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

R = 77.55%
G = 21.22%
B = 1.22%

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

#BE3403 (or 0xBE3403) is known color: Rust. HEX triplet: BE, 34 and 03. RGB value is (190,52,3). Sum of RGB (Red+Green+Blue) = 190+52+3=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3403 is #41CBFC. Grayscale: #585858. Windows color (decimal): -4312061 or 210110. OLE color: 210110.

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

Color convert

RGB 190 52 3 -
CMYK 0 0.73 0.98 0.25
HSL 15.72º 0.97% 0.38% -
HSV(B) 15.72º 0.98% 0.75% -
XYZ 22.48 13.41 1.49 -
YUV 87.68 80.22 200.98 -
System Red Green Blue C M Y K H S L
Decimal 190 52 3 0 0.73 0.98 0.25 15.72 0.97 0.38
Hex BE 34 3 0 49 62 19 10 61 26
Octal 276 64 3 0 111 142 31 20 141 46
Binary 10111110 110100 11 0 1001001 1100010 11001 10000 1100001 100110

Color Harmonies of #BE3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3403

Black with #BE3403

Text Example


Text Example

White with #BE3403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3403; }

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

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

background-color css

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

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

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

border-color css

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

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

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