Html Css Color HEX #BE3F05 Rust

📋 copy color: '#BE3F05'

red 190 ◦ green 63 ◦ blue 5

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

Shades of Rust #BE3F05

Tints of Rust #BE3F05

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 73.64%
G = 24.42%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE3F05 (or 0xBE3F05) is known color: Rust. HEX triplet: BE, 3F and 05. RGB value is (190,63,5). Sum of RGB (Red+Green+Blue) = 190+63+5=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F05 is #41C0FA. Grayscale: #5E5E5E. Windows color (decimal): -4309243 or 343998. OLE color: 343998.

HSL color Cylindrical-coordinate representation of color #BE3F05: hue angle of 18.81º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE3F05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 63 5 -
CMYK 0 0.67 0.97 0.25
HSL 18.81º 0.95% 0.38% -
HSV(B) 18.81º 0.97% 0.75% -
XYZ 23.04 14.51 1.73 -
YUV 94.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 190 63 5 0 0.67 0.97 0.25 18.81 0.95 0.38
Hex BE 3F 5 0 43 61 19 13 5F 26
Octal 276 77 5 0 103 141 31 23 137 46
Binary 10111110 111111 101 0 1000011 1100001 11001 10011 1011111 100110

Color Harmonies of #BE3F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F05

Black with #BE3F05

Text Example


Text Example

White with #BE3F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F05; }

 p { color: rgb(190,63,5); }

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

background-color css

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

 a { background-color: rgb(190,63,5); }

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

border-color css

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

 span { border-color: rgb(190,63,5); }

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