Html Css Color HEX #BE3C06 Rust

📋 copy color: '#BE3C06'

red 190 ◦ green 60 ◦ blue 6

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

Shades of Rust #BE3C06

Tints of Rust #BE3C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

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

R = 74.22%
G = 23.44%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE3C06 (or 0xBE3C06) is known color: Rust. HEX triplet: BE, 3C and 06. RGB value is (190,60,6). Sum of RGB (Red+Green+Blue) = 190+60+6=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C06 is #41C3F9. Grayscale: #5D5D5D. Windows color (decimal): -4310010 or 408766. OLE color: 408766.

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

Color convert

RGB 190 60 6 -
CMYK 0 0.68 0.97 0.25
HSL 17.61º 0.94% 0.38% -
HSV(B) 17.61º 0.97% 0.75% -
XYZ 22.88 14.19 1.71 -
YUV 92.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 190 60 6 0 0.68 0.97 0.25 17.61 0.94 0.38
Hex BE 3C 6 0 44 61 19 12 5E 26
Octal 276 74 6 0 104 141 31 22 136 46
Binary 10111110 111100 110 0 1000100 1100001 11001 10010 1011110 100110

Color Harmonies of #BE3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C06

Black with #BE3C06

Text Example


Text Example

White with #BE3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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