Html Css Color HEX #BE3E05 Rust

📋 copy color: '#BE3E05'

red 190 ◦ green 62 ◦ blue 5

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

Shades of Rust #BE3E05

Tints of Rust #BE3E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

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

R = 73.93%
G = 24.12%
B = 1.95%

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

#BE3E05 (or 0xBE3E05) is known color: Rust. HEX triplet: BE, 3E and 05. RGB value is (190,62,5). Sum of RGB (Red+Green+Blue) = 190+62+5=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E05 is #41C1FA. Grayscale: #5E5E5E. Windows color (decimal): -4309499 or 343742. OLE color: 343742.

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

Color convert

RGB 190 62 5 -
CMYK 0 0.67 0.97 0.25
HSL 18.49º 0.95% 0.38% -
HSV(B) 18.49º 0.97% 0.75% -
XYZ 22.99 14.4 1.71 -
YUV 93.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 190 62 5 0 0.67 0.97 0.25 18.49 0.95 0.38
Hex BE 3E 5 0 43 61 19 12 5F 26
Octal 276 76 5 0 103 141 31 22 137 46
Binary 10111110 111110 101 0 1000011 1100001 11001 10010 1011111 100110

Color Harmonies of #BE3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E05

Black with #BE3E05

Text Example


Text Example

White with #BE3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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