Html Css Color HEX #BE3E06 Rust

📋 copy color: '#BE3E06'

red 190 ◦ green 62 ◦ blue 6

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

Shades of Rust #BE3E06

Tints of Rust #BE3E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 73.64%
G = 24.03%
B = 2.33%

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

#BE3E06 (or 0xBE3E06) is known color: Rust. HEX triplet: BE, 3E and 06. RGB value is (190,62,6). Sum of RGB (Red+Green+Blue) = 190+62+6=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E06 is #41C1F9. Grayscale: #5E5E5E. Windows color (decimal): -4309498 or 409278. OLE color: 409278.

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

Color convert

RGB 190 62 6 -
CMYK 0 0.67 0.97 0.25
HSL 18.26º 0.94% 0.38% -
HSV(B) 18.26º 0.97% 0.75% -
XYZ 22.99 14.41 1.74 -
YUV 93.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 190 62 6 0 0.67 0.97 0.25 18.26 0.94 0.38
Hex BE 3E 6 0 43 61 19 12 5E 26
Octal 276 76 6 0 103 141 31 22 136 46
Binary 10111110 111110 110 0 1000011 1100001 11001 10010 1011110 100110

Color Harmonies of #BE3E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E06

Black with #BE3E06

Text Example


Text Example

White with #BE3E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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